From 05b9eb553005fd070c6710d0245a1d67c21966e6 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 Apr 2016 09:53:22 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9231 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nil/configuration.xml | 5 ++++- test/nil/source/test/test_root.c | 8 ++++++++ test/nil/source/test/test_sequence_005.c | 3 +++ test/rt/configuration.xml | 13 ++++++++++--- test/rt/source/test/test_root.c | 16 ++++++++++++++++ test/rt/source/test/test_sequence_009.c | 3 +++ test/rt/source/test/test_sequence_012.c | 4 ++++ test/rt/testbuild/Makefile | 4 ++-- test/rt/testbuild/go.sh | 4 ++-- 9 files changed, 52 insertions(+), 8 deletions(-) diff --git a/test/nil/configuration.xml b/test/nil/configuration.xml index c759ff4f9..87f76a7fb 100644 --- a/test/nil/configuration.xml +++ b/test/nil/configuration.xml @@ -962,8 +962,11 @@ test_assert(msg1 == MSG_TIMEOUT, "wrong wake-up message");]]> buildlog.txt + if ! make > buildlog.txt then echo "failed" clean @@ -90,7 +90,7 @@ mkdir reports 2> /dev/null test cfg1 "" test cfg2 "-DCH_CFG_OPTIMIZE_SPEED=FALSE" test cfg3 "-DCH_CFG_TIME_QUANTUM=0" -test cfg4 "-DCH_CFG_USE_REGISTRY=FALSE" +test cfg4 "-DCH_CFG_USE_REGISTRY=FALSE -DCH_CFG_USE_DYNAMIC=FALSE" test cfg5 "-DCH_CFG_USE_TM=FALSE" test cfg6 "-DCH_CFG_USE_SEMAPHORES=FALSE -DCH_CFG_USE_MAILBOXES=FALSE" test cfg7 "-DCH_CFG_USE_SEMAPHORES_PRIORITY=TRUE" -- cgit v1.2.3