summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include
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/support/include
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/support/include')
-rw-r--r--testsuites/support/include/tmacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index 86dceb9e00..354d4cf60f 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -37,7 +37,7 @@ extern "C" {
#define FOREVER 1 /* infinite loop */
-#ifdef TEST_INIT
+#ifdef CONFIGURE_INIT
#define TEST_EXTERN
#else
#define TEST_EXTERN extern