aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/test.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-04-07 11:34:21 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-04-07 11:34:21 +0000
commit8375bae08bd24cd8a54ee08a164b8db5795cd294 (patch)
tree6b818c37bd344685ff525a0707197f3619a57775 /test/rt/test.c
parentf1080803f75b3e3c30b1f135c0b5a32317e86dd8 (diff)
downloadChibiOS-8375bae08bd24cd8a54ee08a164b8db5795cd294.tar.gz
ChibiOS-8375bae08bd24cd8a54ee08a164b8db5795cd294.tar.bz2
ChibiOS-8375bae08bd24cd8a54ee08a164b8db5795cd294.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7870 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt/test.c')
-rw-r--r--test/rt/test.c4
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
};