Lines Matching +full:- +full:werror
14 # --usage:
24 if [ $# -eq 1 -a "$1" = "UnitTest" ]
27 elif [ $# -eq 2 -a "$1" = "BinaryCompare" ]
38 CFLAGS=-Werror make -B ENABLE64BIT=Yes BUILDTYPE=Release all plugin test
39 CFLAGS=-Werror make -B ENABLE64BIT=Yes BUILDTYPE=Debug all plugin test
40 CFLAGS=-Werror make -B ENABLE64BIT=No BUILDTYPE=Release all plugin test
41 CFLAGS=-Werror make -B ENABLE64BIT=No BUILDTYPE=Debug all plugin test
47 if [ ! $# -eq 2 ]
72 if [ ! $? -eq 0 ]
80 set -e
86 set -e