aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index 5712f7bb2..fa2625215 100644
--- a/test/test.c
+++ b/test/test.c
@@ -26,6 +26,7 @@
#include "testmsg.h"
#include "testheap.h"
#include "testpools.h"
+#include "testdyn.h"
#include "testbmk.h"
/*
@@ -48,6 +49,12 @@ static const struct testcase *tests[] = {
#ifdef CH_USE_MEMPOOLS
&testpools1,
#endif
+#if defined(CH_USE_DYNAMIC) && defined(CH_USE_HEAP)
+ &testdyn1,
+#endif
+#if defined(CH_USE_DYNAMIC) && defined(CH_USE_MEMPOOLS)
+ &testdyn2,
+#endif
&testbmk1,
&testbmk2,
&testbmk3,