Rename app dir.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 11 Nov 2008 14:38:03 +0000 (14:38 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 11 Nov 2008 14:38:03 +0000 (14:38 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1919 38d2e660-2303-0410-9eaa-f027e97ec537

test/gen_mk_src.sh
test/get_source_list.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"
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"