Test all configuration options.
[bertos.git] / test / nightly_test.sh
index d7916d12a8ad9719b13a272efa54fbb4ad039023..7cfedcb5d64ee1e6b9bd8395c2603793dbaa8e01 100755 (executable)
@@ -54,6 +54,11 @@ printf "Starting nightlytest..\n"
 
        #Strip away TODOs and FIXME
        find $BERTOS_DIR -name "*.[ch]" | xargs perl -p -i -e 's/^\s*#warning\s*(TODO|FIXME).*//g;'
+       CFG_LIST=`find $BERTOS_DIR/cfg -name "cfg_*.h"`
+       for i in $CFG_LIST ;
+       do
+               $TEST_DIR/enablecfg.py $i
+       done
 fi
 
 #Cpu targets that we want to test
@@ -68,7 +73,6 @@ done
 make -f ${MAKEFILE_TEST_DIR}/Makefile.test clean
 make -f ${MAKEFILE_TEST_DIR}/Makefile.test
 
-
 if [ $OPTS = 1 ] ; then
        #Restore original sources
        if [ -d $BERTOS_DIR_BAK ] ; then