summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmbarrier01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmbarrier01/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmbarrier01/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmbarrier01/init.c b/testsuites/psxtmtests/psxtmbarrier01/init.c
index 7caa6727d0..0148e1c1bd 100644
--- a/testsuites/psxtmtests/psxtmbarrier01/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier01/init.c
@@ -11,6 +11,8 @@
#include "config.h"
#endif
+#define TEST_INIT
+
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
@@ -79,7 +81,7 @@ void *POSIX_Init(
benchmark_pthread_barrier_init();
/* destroying barrier */
benchmark_pthread_barrier_destroy();
-
+
TEST_END();
rtems_test_exit(0);