From: qwert Date: Tue, 5 Aug 2008 16:31:06 +0000 (+0000) Subject: Fix test script to pass nightly test. Kdebug was removed one time becouse test compil... X-Git-Tag: 2.0.0~380 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=3c322ad7c72baf0ebd37b397994ccfc0ef2cd26c Fix test script to pass nightly test. Kdebug was removed one time becouse test compile it twicely. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1554 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/test/gen_mk_src.sh b/test/gen_mk_src.sh index 0aab30d6..ac642824 100755 --- a/test/gen_mk_src.sh +++ b/test/gen_mk_src.sh @@ -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 ;