Remove libunittest: this will be handled by the run_tests script.
[bertos.git] / test / get_source_list.sh
index c57feb52a4c687cce8871461379cddf9a194d009..8e9bcd6031dbbfed481bca127a33951ef17ac2cd 100755 (executable)
@@ -38,7 +38,7 @@ CPU_DIR="${BERTOS_DIR}/cpu"
 #Directory to exclude
 OS_DIR="${BERTOS_DIR}/os"
 EMUL_DIR="${BERTOS_DIR}/emul"
-APP_DIR="./app"
+APP_DIR="./examples"
 
 if [ $# \< 2 ] ; then
        printf "You must specify a cpu target, and source file type!\n"