summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxgetrusage01/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/psxtests/psxgetrusage01/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 'testsuites/psxtests/psxgetrusage01/init.c')
-rw-r--r--testsuites/psxtests/psxgetrusage01/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxgetrusage01/init.c b/testsuites/psxtests/psxgetrusage01/init.c
index 8723386366..590bc20e77 100644
--- a/testsuites/psxtests/psxgetrusage01/init.c
+++ b/testsuites/psxtests/psxgetrusage01/init.c
@@ -19,8 +19,6 @@
extern int getrusage(int who, struct rusage *usage);
#endif
-#define TEST_INIT
-
#include <tmacros.h>
#include "test_support.h"