summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmmutex07/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmmutex07/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmmutex07/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmmutex07/init.c b/testsuites/psxtmtests/psxtmmutex07/init.c
index 9f087e5465..46ca01c47c 100644
--- a/testsuites/psxtmtests/psxtmmutex07/init.c
+++ b/testsuites/psxtmtests/psxtmmutex07/init.c
@@ -11,6 +11,8 @@
#include "config.h"
#endif
+#define TEST_INIT
+
#include <timesys.h>
#include <rtems/btimer.h>
#include <errno.h>
@@ -84,7 +86,7 @@ void *POSIX_Init(
/* destroy mutex */
status = pthread_mutex_destroy( &MutexId );
rtems_test_assert( status == 0 );
-
+
TEST_END();
rtems_test_exit(0);