X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Frun_tests.sh;h=7bce5944cd63e27490aa2b6064358930532281b9;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=7edc89df78657e397a5860f8d38f96e4b7e302fe;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/run_tests.sh b/bertos/run_tests.sh index 7edc89df..7bce5944 100755 --- a/bertos/run_tests.sh +++ b/bertos/run_tests.sh @@ -3,7 +3,7 @@ # Copyright 2005 Develer S.r.l. (http://www.develer.com/) # All rights reserved. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # $Id$ # @@ -12,12 +12,11 @@ VERBOSE=1 CC=gcc -CFLAGS="-W -Wall -Wextra -I. -fno-builtin -D_DEBUG" +CFLAGS="-W -Wall -Wextra -I. -fno-builtin -D_DEBUG -D_TEST" CXX=g++ CXXFLAGS="$CFLAGS" - for test in `find . -name "*_test.*"`; do [ $VERBOSE -gt 0 ] && echo "Running $test..." case "$test" in