X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=test%2Fget_source_list.sh;h=8e9bcd6031dbbfed481bca127a33951ef17ac2cd;hb=ba2ba183c492049aface3e3d4e1d5f945b43f3d6;hp=c57feb52a4c687cce8871461379cddf9a194d009;hpb=272b6be29f6eb284082c76854c100da9ee69f5b6;p=bertos.git diff --git a/test/get_source_list.sh b/test/get_source_list.sh index c57feb52..8e9bcd60 100755 --- a/test/get_source_list.sh +++ b/test/get_source_list.sh @@ -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"