summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmkey01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmkey01/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmkey01/init.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmkey01/init.c b/testsuites/psxtmtests/psxtmkey01/init.c
index 7430b15085..18122479b5 100644
--- a/testsuites/psxtmtests/psxtmkey01/init.c
+++ b/testsuites/psxtmtests/psxtmkey01/init.c
@@ -11,6 +11,8 @@
#include "config.h"
#endif
+#define TEST_INIT
+
#include <timesys.h>
#include <rtems/btimer.h>
#include <errno.h>
@@ -71,10 +73,10 @@ void *POSIX_Init(void *argument)
/*key creation, using NULL destructor*/
benchmark_pthread_key_create();
-
+
/* key deletion*/
benchmark_pthread_key_delete();
-
+
TEST_END();
rtems_test_exit(0);