Remove libunittest: this will be handled by the run_tests script.
[bertos.git] / test / gen_mk_src.sh
index fd487f3edda464141823c37aa797421afbbf64bb..820e3917a081784be4240c4bc7c4d2db8d20d5dc 100755 (executable)
@@ -37,7 +37,7 @@ BERTOS_DIR_RE="\\.\\/bertos"
 TEST_SCRIPT_DIR="test"
 
 #Test directory, where are the test makefile
-TEST_APP_DIR="app/test/"
+TEST_APP_DIR="examples/test/"
 
 if [ $# \< 1 ] ; then
        printf "You must specify a cpu target!\n\n"