summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmcond02/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmcond02/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmcond02/init.c b/testsuites/psxtmtests/psxtmcond02/init.c
index c8cf9c2685..8f8d16e0ab 100644
--- a/testsuites/psxtmtests/psxtmcond02/init.c
+++ b/testsuites/psxtmtests/psxtmcond02/init.c
@@ -11,6 +11,8 @@
#include "config.h"
#endif
+#define TEST_INIT
+
#include <timesys.h>
#include <pthread.h>
#include <rtems/btimer.h>
@@ -49,7 +51,7 @@ void benchmark_signal(void)
void *POSIX_Init(
void *argument
)
-{
+{
TEST_BEGIN();
pthread_cond_init(&CondID, NULL);