diff options
Diffstat (limited to 'test/rt/test.c')
-rw-r--r-- | test/rt/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rt/test.c b/test/rt/test.c index d21dd2ffb..f4a08eeea 100644 --- a/test/rt/test.c +++ b/test/rt/test.c @@ -26,6 +26,7 @@ #include "hal.h"
#include "test.h"
+#include "testsys.h"
#include "testthd.h"
#include "testsem.h"
#include "testmtx.h"
@@ -36,13 +37,13 @@ #include "testpools.h"
#include "testdyn.h"
#include "testqueues.h"
-#include "testsys.h"
#include "testbmk.h"
/*
* Array of all the test patterns.
*/
static ROMCONST struct testcase * ROMCONST *patterns[] = {
+ patternsys,
patternthd,
patternsem,
patternmtx,
@@ -53,7 +54,6 @@ static ROMCONST struct testcase * ROMCONST *patterns[] = { patternpools,
patterndyn,
patternqueues,
- patternsys,
patternbmk,
NULL
};
|