Fix test script to pass nightly test. Kdebug was removed one time becouse test compil...
authorqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 5 Aug 2008 16:31:06 +0000 (16:31 +0000)
committerqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 5 Aug 2008 16:31:06 +0000 (16:31 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1554 38d2e660-2303-0410-9eaa-f027e97ec537

test/gen_mk_src.sh

index 0aab30d6731bf898d42a551801c584714cc57524..ac642824e25cc2c19e8652ec0477f6ff844c196b 100755 (executable)
@@ -55,12 +55,10 @@ CSRC=`${TEST_SCRIPT_DIR}/get_source_list.sh $1 c`
 ASRC=`${TEST_SCRIPT_DIR}/get_source_list.sh $1 S`
 #ASRC=
 
+#kdebug  must added to skip list because it is compiled two times and the linker fail.
 CSRC=`echo $CSRC | sed -e "s/${BERTOS_DIR_RE}\\/drv\\/kdebug\\.c//g"`
 
 #Source to skip:
-if [ $1 = 'avr' ] ; then
-       `echo`
-fi
 
 if [ $1 = 'arm' ] ; then
        for i in $ARM_DRV_C_EXCLUDE_LIST ;