summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios/init.c
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/libtests/termios/init.c
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 '')
-rw-r--r--testsuites/libtests/termios/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/libtests/termios/init.c b/testsuites/libtests/termios/init.c
index deb6a88d47..558f095449 100644
--- a/testsuites/libtests/termios/init.c
+++ b/testsuites/libtests/termios/init.c
@@ -24,8 +24,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <bsp.h>
#include <rtems/shell.h>