summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
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/psxtmtests
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/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmbarrier01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmbarrier02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmbarrier03/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmbarrier04/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmclocknanosleep01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmclocknanosleep02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmclocknanosleep03/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmcond01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmcond02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmcond03/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmcond04/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmcond05/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmcond06/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmcond07/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmcond08/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmkey01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmkey02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmmq01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmmutex01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmmutex02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmmutex03/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmmutex04/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmmutex05/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmmutex06/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmmutex07/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmnanosleep01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmnanosleep02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmrwlock01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmrwlock02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmrwlock03/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmrwlock04/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmrwlock05/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmrwlock06/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmrwlock07/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmsem01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmsem02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmsem03/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmsem04/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmsem05/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmsleep01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmsleep02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmthread01/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmthread02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmthread03/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmthread04/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmthread05/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmthread06/init.c2
47 files changed, 0 insertions, 94 deletions
diff --git a/testsuites/psxtmtests/psxtmbarrier01/init.c b/testsuites/psxtmtests/psxtmbarrier01/init.c
index 0148e1c1bd..cfbca8d975 100644
--- a/testsuites/psxtmtests/psxtmbarrier01/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmbarrier02/init.c b/testsuites/psxtmtests/psxtmbarrier02/init.c
index d7e8f08026..6705125ac6 100644
--- a/testsuites/psxtmtests/psxtmbarrier02/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier02/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <tmacros.h>
#include <rtems/btimer.h>
diff --git a/testsuites/psxtmtests/psxtmbarrier03/init.c b/testsuites/psxtmtests/psxtmbarrier03/init.c
index 05372f5fc5..27feac1fe8 100644
--- a/testsuites/psxtmtests/psxtmbarrier03/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier03/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmbarrier04/init.c b/testsuites/psxtmtests/psxtmbarrier04/init.c
index 61675b1975..baf1bf1032 100644
--- a/testsuites/psxtmtests/psxtmbarrier04/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier04/init.c
@@ -7,8 +7,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-#define TEST_INIT
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtmtests/psxtmclocknanosleep01/init.c b/testsuites/psxtmtests/psxtmclocknanosleep01/init.c
index 484ddbacee..5bc800f709 100644
--- a/testsuites/psxtmtests/psxtmclocknanosleep01/init.c
+++ b/testsuites/psxtmtests/psxtmclocknanosleep01/init.c
@@ -13,8 +13,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmclocknanosleep02/init.c b/testsuites/psxtmtests/psxtmclocknanosleep02/init.c
index 89836f4959..3f458efb31 100644
--- a/testsuites/psxtmtests/psxtmclocknanosleep02/init.c
+++ b/testsuites/psxtmtests/psxtmclocknanosleep02/init.c
@@ -13,8 +13,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmclocknanosleep03/init.c b/testsuites/psxtmtests/psxtmclocknanosleep03/init.c
index 8feef4e43d..999cce24b4 100644
--- a/testsuites/psxtmtests/psxtmclocknanosleep03/init.c
+++ b/testsuites/psxtmtests/psxtmclocknanosleep03/init.c
@@ -13,8 +13,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmcond01/init.c b/testsuites/psxtmtests/psxtmcond01/init.c
index ce7be62b21..7ec876b9a0 100644
--- a/testsuites/psxtmtests/psxtmcond01/init.c
+++ b/testsuites/psxtmtests/psxtmcond01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmcond02/init.c b/testsuites/psxtmtests/psxtmcond02/init.c
index 8f8d16e0ab..1e8e00ce94 100644
--- a/testsuites/psxtmtests/psxtmcond02/init.c
+++ b/testsuites/psxtmtests/psxtmcond02/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <pthread.h>
#include <rtems/btimer.h>
diff --git a/testsuites/psxtmtests/psxtmcond03/init.c b/testsuites/psxtmtests/psxtmcond03/init.c
index 1a56a5b206..4a829bd55e 100644
--- a/testsuites/psxtmtests/psxtmcond03/init.c
+++ b/testsuites/psxtmtests/psxtmcond03/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmcond04/init.c b/testsuites/psxtmtests/psxtmcond04/init.c
index 529139bd5c..1a40f23e53 100644
--- a/testsuites/psxtmtests/psxtmcond04/init.c
+++ b/testsuites/psxtmtests/psxtmcond04/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmcond05/init.c b/testsuites/psxtmtests/psxtmcond05/init.c
index fce8862c06..fcfad14b5f 100644
--- a/testsuites/psxtmtests/psxtmcond05/init.c
+++ b/testsuites/psxtmtests/psxtmcond05/init.c
@@ -7,8 +7,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-#define TEST_INIT
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtmtests/psxtmcond06/init.c b/testsuites/psxtmtests/psxtmcond06/init.c
index 75a00c4aab..ec87ccd45c 100644
--- a/testsuites/psxtmtests/psxtmcond06/init.c
+++ b/testsuites/psxtmtests/psxtmcond06/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmcond07/init.c b/testsuites/psxtmtests/psxtmcond07/init.c
index 611af66aa3..218fccccd4 100644
--- a/testsuites/psxtmtests/psxtmcond07/init.c
+++ b/testsuites/psxtmtests/psxtmcond07/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmcond08/init.c b/testsuites/psxtmtests/psxtmcond08/init.c
index 636ecb6e8d..377b09948d 100644
--- a/testsuites/psxtmtests/psxtmcond08/init.c
+++ b/testsuites/psxtmtests/psxtmcond08/init.c
@@ -24,8 +24,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <stdio.h>
#include <time.h>
#include <errno.h>
diff --git a/testsuites/psxtmtests/psxtmkey01/init.c b/testsuites/psxtmtests/psxtmkey01/init.c
index 18122479b5..b58c8d571a 100644
--- a/testsuites/psxtmtests/psxtmkey01/init.c
+++ b/testsuites/psxtmtests/psxtmkey01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include <errno.h>
diff --git a/testsuites/psxtmtests/psxtmkey02/init.c b/testsuites/psxtmtests/psxtmkey02/init.c
index 3381d41243..fafb8f62bf 100644
--- a/testsuites/psxtmtests/psxtmkey02/init.c
+++ b/testsuites/psxtmtests/psxtmkey02/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include <errno.h>
diff --git a/testsuites/psxtmtests/psxtmmq01/init.c b/testsuites/psxtmtests/psxtmmq01/init.c
index e023be08bf..a5ed4fcf39 100644
--- a/testsuites/psxtmtests/psxtmmq01/init.c
+++ b/testsuites/psxtmtests/psxtmmq01/init.c
@@ -7,8 +7,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-#define TEST_INIT
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtmtests/psxtmmutex01/init.c b/testsuites/psxtmtests/psxtmmutex01/init.c
index 558d8e6c9f..7a020f917d 100644
--- a/testsuites/psxtmtests/psxtmmutex01/init.c
+++ b/testsuites/psxtmtests/psxtmmutex01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include <errno.h>
diff --git a/testsuites/psxtmtests/psxtmmutex02/init.c b/testsuites/psxtmtests/psxtmmutex02/init.c
index 44d74cace4..b71e21f35f 100644
--- a/testsuites/psxtmtests/psxtmmutex02/init.c
+++ b/testsuites/psxtmtests/psxtmmutex02/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmmutex03/init.c b/testsuites/psxtmtests/psxtmmutex03/init.c
index 9751b87e3f..13ad5fae83 100644
--- a/testsuites/psxtmtests/psxtmmutex03/init.c
+++ b/testsuites/psxtmtests/psxtmmutex03/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include <errno.h>
diff --git a/testsuites/psxtmtests/psxtmmutex04/init.c b/testsuites/psxtmtests/psxtmmutex04/init.c
index cb6d1f4a39..6513c59223 100644
--- a/testsuites/psxtmtests/psxtmmutex04/init.c
+++ b/testsuites/psxtmtests/psxtmmutex04/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <tmacros.h>
#include <rtems/btimer.h>
diff --git a/testsuites/psxtmtests/psxtmmutex05/init.c b/testsuites/psxtmtests/psxtmmutex05/init.c
index 6ed38c2c8c..d274fc5257 100644
--- a/testsuites/psxtmtests/psxtmmutex05/init.c
+++ b/testsuites/psxtmtests/psxtmmutex05/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmmutex06/init.c b/testsuites/psxtmtests/psxtmmutex06/init.c
index 01cea4686e..c2bd0011c7 100644
--- a/testsuites/psxtmtests/psxtmmutex06/init.c
+++ b/testsuites/psxtmtests/psxtmmutex06/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmmutex07/init.c b/testsuites/psxtmtests/psxtmmutex07/init.c
index 46ca01c47c..de69fcca9c 100644
--- a/testsuites/psxtmtests/psxtmmutex07/init.c
+++ b/testsuites/psxtmtests/psxtmmutex07/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include <errno.h>
diff --git a/testsuites/psxtmtests/psxtmnanosleep01/init.c b/testsuites/psxtmtests/psxtmnanosleep01/init.c
index 8dc2890a6b..f445af587c 100644
--- a/testsuites/psxtmtests/psxtmnanosleep01/init.c
+++ b/testsuites/psxtmtests/psxtmnanosleep01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmnanosleep02/init.c b/testsuites/psxtmtests/psxtmnanosleep02/init.c
index 5c8139bc9e..9e227e5291 100644
--- a/testsuites/psxtmtests/psxtmnanosleep02/init.c
+++ b/testsuites/psxtmtests/psxtmnanosleep02/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmrwlock01/init.c b/testsuites/psxtmtests/psxtmrwlock01/init.c
index 49f8e567e4..5bdfb5601c 100644
--- a/testsuites/psxtmtests/psxtmrwlock01/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <errno.h>
#include <timesys.h>
#include <rtems/btimer.h>
diff --git a/testsuites/psxtmtests/psxtmrwlock02/init.c b/testsuites/psxtmtests/psxtmrwlock02/init.c
index 0b37e0fd21..f2462b235b 100644
--- a/testsuites/psxtmtests/psxtmrwlock02/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock02/init.c
@@ -7,8 +7,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-#define TEST_INIT
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtmtests/psxtmrwlock03/init.c b/testsuites/psxtmtests/psxtmrwlock03/init.c
index e4fc6c5f37..10c7aee4cc 100644
--- a/testsuites/psxtmtests/psxtmrwlock03/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock03/init.c
@@ -7,8 +7,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-#define TEST_INIT
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtmtests/psxtmrwlock04/init.c b/testsuites/psxtmtests/psxtmrwlock04/init.c
index 53df5fa3a5..dd2d7357f1 100644
--- a/testsuites/psxtmtests/psxtmrwlock04/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock04/init.c
@@ -7,8 +7,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-#define TEST_INIT
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtmtests/psxtmrwlock05/init.c b/testsuites/psxtmtests/psxtmrwlock05/init.c
index cf7ed6ad96..f6668c370d 100644
--- a/testsuites/psxtmtests/psxtmrwlock05/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock05/init.c
@@ -7,8 +7,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-#define TEST_INIT
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/testsuites/psxtmtests/psxtmrwlock06/init.c b/testsuites/psxtmtests/psxtmrwlock06/init.c
index b68f716ad0..93a49be1f5 100644
--- a/testsuites/psxtmtests/psxtmrwlock06/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock06/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <pthread.h>
#include <sched.h>
diff --git a/testsuites/psxtmtests/psxtmrwlock07/init.c b/testsuites/psxtmtests/psxtmrwlock07/init.c
index 4c7128c238..303c3015c5 100644
--- a/testsuites/psxtmtests/psxtmrwlock07/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock07/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmsem01/init.c b/testsuites/psxtmtests/psxtmsem01/init.c
index 031124b441..4223a02b3b 100644
--- a/testsuites/psxtmtests/psxtmsem01/init.c
+++ b/testsuites/psxtmtests/psxtmsem01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
diff --git a/testsuites/psxtmtests/psxtmsem02/init.c b/testsuites/psxtmtests/psxtmsem02/init.c
index 79557ab2ce..3c2f34a20b 100644
--- a/testsuites/psxtmtests/psxtmsem02/init.c
+++ b/testsuites/psxtmtests/psxtmsem02/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
diff --git a/testsuites/psxtmtests/psxtmsem03/init.c b/testsuites/psxtmtests/psxtmsem03/init.c
index 90378821ee..687c8c6343 100644
--- a/testsuites/psxtmtests/psxtmsem03/init.c
+++ b/testsuites/psxtmtests/psxtmsem03/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
diff --git a/testsuites/psxtmtests/psxtmsem04/init.c b/testsuites/psxtmtests/psxtmsem04/init.c
index b8130a92ed..540f0a3b97 100644
--- a/testsuites/psxtmtests/psxtmsem04/init.c
+++ b/testsuites/psxtmtests/psxtmsem04/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
diff --git a/testsuites/psxtmtests/psxtmsem05/init.c b/testsuites/psxtmtests/psxtmsem05/init.c
index fca2e0339e..07b96b2024 100644
--- a/testsuites/psxtmtests/psxtmsem05/init.c
+++ b/testsuites/psxtmtests/psxtmsem05/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
diff --git a/testsuites/psxtmtests/psxtmsleep01/init.c b/testsuites/psxtmtests/psxtmsleep01/init.c
index 5f3b8deea8..f2ee0af231 100644
--- a/testsuites/psxtmtests/psxtmsleep01/init.c
+++ b/testsuites/psxtmtests/psxtmsleep01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmsleep02/init.c b/testsuites/psxtmtests/psxtmsleep02/init.c
index 8948c943d6..1e909a2633 100644
--- a/testsuites/psxtmtests/psxtmsleep02/init.c
+++ b/testsuites/psxtmtests/psxtmsleep02/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmthread01/init.c b/testsuites/psxtmtests/psxtmthread01/init.c
index 35b9cbb89a..60f94cfa56 100644
--- a/testsuites/psxtmtests/psxtmthread01/init.c
+++ b/testsuites/psxtmtests/psxtmthread01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmthread02/init.c b/testsuites/psxtmtests/psxtmthread02/init.c
index 52e0ad3868..c468f0335e 100644
--- a/testsuites/psxtmtests/psxtmthread02/init.c
+++ b/testsuites/psxtmtests/psxtmthread02/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <pthread.h>
#include <sched.h>
diff --git a/testsuites/psxtmtests/psxtmthread03/init.c b/testsuites/psxtmtests/psxtmthread03/init.c
index 30e1b64c46..938a8c62e0 100644
--- a/testsuites/psxtmtests/psxtmthread03/init.c
+++ b/testsuites/psxtmtests/psxtmthread03/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
diff --git a/testsuites/psxtmtests/psxtmthread04/init.c b/testsuites/psxtmtests/psxtmthread04/init.c
index 12f53370cb..4ae0b574f1 100644
--- a/testsuites/psxtmtests/psxtmthread04/init.c
+++ b/testsuites/psxtmtests/psxtmthread04/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <pthread.h>
#include <sched.h>
diff --git a/testsuites/psxtmtests/psxtmthread05/init.c b/testsuites/psxtmtests/psxtmthread05/init.c
index 682afc0c84..10d90369a4 100644
--- a/testsuites/psxtmtests/psxtmthread05/init.c
+++ b/testsuites/psxtmtests/psxtmthread05/init.c
@@ -12,8 +12,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <pthread.h>
#include <sched.h>
diff --git a/testsuites/psxtmtests/psxtmthread06/init.c b/testsuites/psxtmtests/psxtmthread06/init.c
index d7c92fcce4..603190932d 100644
--- a/testsuites/psxtmtests/psxtmthread06/init.c
+++ b/testsuites/psxtmtests/psxtmthread06/init.c
@@ -13,8 +13,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <timesys.h>
#include <pthread.h>
#include <sched.h>