aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rt/testbuild/chconf.h2
-rw-r--r--test/rt/testbuild/go.sh5
2 files changed, 7 insertions, 0 deletions
diff --git a/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h
index 45159091d..87b6c7b2d 100644
--- a/test/rt/testbuild/chconf.h
+++ b/test/rt/testbuild/chconf.h
@@ -395,7 +395,9 @@
*
* @note The default is @p FALSE.
*/
+#if !defined(CH_CFG_USE_FACTORY) || defined(__DOXYGEN__)
#define CH_CFG_USE_FACTORY TRUE
+#endif
/**
* @brief Maximum length for object names.
diff --git a/test/rt/testbuild/go.sh b/test/rt/testbuild/go.sh
index 9915882ae..496a67a98 100644
--- a/test/rt/testbuild/go.sh
+++ b/test/rt/testbuild/go.sh
@@ -117,6 +117,11 @@ test cfg26 "-DCH_DBG_TRACE_MASK=CH_DBG_TRACE_MASK_ALL"
test cfg28 "-DCH_DBG_FILL_THREADS=TRUE"
test cfg29 "-DCH_DBG_THREADS_PROFILING=FALSE"
test cfg30 "-DCH_DBG_SYSTEM_STATE_CHECK=TRUE -DCH_DBG_ENABLE_CHECKS=TRUE -DCH_DBG_ENABLE_ASSERTS=TRUE -DCH_DBG_TRACE_MASK=CH_DBG_TRACE_MASK_ALL -DCH_DBG_FILL_THREADS=TRUE"
+test cfg31 "CH_CFG_ST_RESOLUTION=16"
+test cfg32 "CH_CFG_ST_RESOLUTION=16 CH_CFG_INTERVALS_SIZE=64"
+test cfg33 "CH_CFG_INTERVALS_SIZE=64"
+test cfg34 "CH_CFG_USE_OBJ_FIFOS=FALSE"
+test cfg35 "CH_CFG_USE_FACTORY=FALSE"
rm *log.txt 2> /dev/null
echo