aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/test.c')
-rw-r--r--test/rt/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rt/test.c b/test/rt/test.c
index 5dc791a0f..d21dd2ffb 100644
--- a/test/rt/test.c
+++ b/test/rt/test.c
@@ -36,6 +36,7 @@
#include "testpools.h"
#include "testdyn.h"
#include "testqueues.h"
+#include "testsys.h"
#include "testbmk.h"
/*
@@ -52,6 +53,7 @@ static ROMCONST struct testcase * ROMCONST *patterns[] = {
patternpools,
patterndyn,
patternqueues,
+ patternsys,
patternbmk,
NULL
};