summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpscheduler03
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-26 13:59:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-28 13:33:56 +0200
commitaf4355459ee843fb984aafe22a7531e922ee753e (patch)
tree5f50190166383c0a79a6a022a55923db26f0c7aa /testsuites/smptests/smpscheduler03
parenttests: Remove obsolete TESTS_USE_PRINTK (diff)
downloadrtems-af4355459ee843fb984aafe22a7531e922ee753e.tar.bz2
tests: Remove TEST_INIT
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
Diffstat (limited to 'testsuites/smptests/smpscheduler03')
-rw-r--r--testsuites/smptests/smpscheduler03/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/smptests/smpscheduler03/test.c b/testsuites/smptests/smpscheduler03/test.c
index f804bc7088..3f6b9e3fd8 100644
--- a/testsuites/smptests/smpscheduler03/test.c
+++ b/testsuites/smptests/smpscheduler03/test.c
@@ -21,8 +21,6 @@
#include <rtems/score/threadimpl.h>
#include <rtems/score/schedulersmpimpl.h>
-#define TEST_INIT
-
#include "tmacros.h"
void Init(rtems_task_argument arg);