summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxbarrier01/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxbarrier01/main.c')
-rw-r--r--testsuites/psxtests/psxbarrier01/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxbarrier01/main.c b/testsuites/psxtests/psxbarrier01/main.c
index f031c05b3c..a9c98cae11 100644
--- a/testsuites/psxtests/psxbarrier01/main.c
+++ b/testsuites/psxtests/psxbarrier01/main.c
@@ -7,12 +7,13 @@
* http://www.rtems.org/license/LICENSE.
*/
-#define CONFIGURE_INIT
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+#define TEST_INIT
+
#include <rtems/test.h>
#include <bsp.h>
#include <pmacros.h>