Mark as TODO. Reformat.
[bertos.git] / bertos / run_tests.sh
index 7edc89df78657e397a5860f8d38f96e4b7e302fe..74b391508418d8bbb046f7c2cc300ee2887887a4 100755 (executable)
 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