Rename myself
[bertos.git] / bertos / run_tests.sh
index 7edc89df78657e397a5860f8d38f96e4b7e302fe..7bce5944cd63e27490aa2b6064358930532281b9 100755 (executable)
@@ -3,7 +3,7 @@
 # Copyright 2005 Develer S.r.l. (http://www.develer.com/)
 # All rights reserved.
 #
-# Author: Bernardo Innocenti <bernie@develer.com>
+# Author: Bernie Innocenti <bernie@codewiz.org>
 #
 # $Id$
 #
 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