Fix wizard rcc invocation for paths with spaces inside.
[bertos.git] / test / run_tests.sh
index 9034ac92f0e7df3eb590e173132beb9b2a62ff49..ea88cb05e12ea199d98ebe94b49015ed275f8cd7 100755 (executable)
@@ -13,7 +13,7 @@
 #  2 - build warnings
 #  3 - execution output
 #  4 - build commands
-VERBOSE=${VERBOSE:-1}
+VERBOSE=${VERBOSE:-3}
 
 CC=gcc
 #FIXME: -Ibertos/emul should not be needed
@@ -24,7 +24,7 @@ CFLAGS="-W -Wall -Wextra -Wundef -Wpointer-arith -Wcast-qual -Wcast-align -Wwrit
 CXX=g++
 CXXFLAGS="$CFLAGS"
 
-TESTS=${TESTS:-`find . \
+TESTS?=${TESTS:-`find . \
        \( -name .svn -prune -o -name .git -prune -o -name .hg  -prune \) \
        -o -name "*_test.c" -print` }
 
@@ -63,7 +63,7 @@ SRC_LIST="
        bertos/cfg/kfile_debug.c
        bertos/io/kblock.c
        bertos/io/kblock_ram.c
-       bertos/io/kblock_file.c
+       bertos/io/kblock_posix.c
        bertos/io/kfile.c
 "