X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=run_tests.sh;h=a2199dcdbe0d4d36937c97e54cca36eea214e674;hb=8ed6318f92444e347d2043f585362bc4b1107f84;hp=8a79b2726b2e0dcaae38360b2fe3b656064e2da8;hpb=e610d72063523ad00d20292275ed1e76569b6cfe;p=bertos.git diff --git a/run_tests.sh b/run_tests.sh index 8a79b272..a2199dcd 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -8,6 +8,9 @@ # $Id$ # # $Log$ +# Revision 1.3 2005/04/11 22:36:29 bernie +# Fixes for sprintf_test. +# # Revision 1.2 2005/02/28 10:46:44 bernie # Remove test binaries. # @@ -19,10 +22,10 @@ VERBOSE=1 CC=gcc -CFLAGS="-W -Wall -Wextra" +CFLAGS="-W -Wall -Wextra -I. -fno-builtin -D_DEBUG" CXX=g++ -CXXFLAGS="-W -Wall -Wextra" +CXXFLAGS="$CFLAGS" for test in `find . -name "*_test.*"`; do