summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmsleep02/init.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/psxtmtests/psxtmsleep02/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmsleep02/init.c b/testsuites/psxtmtests/psxtmsleep02/init.c
index 95fc9d9831..8948c943d6 100644
--- a/testsuites/psxtmtests/psxtmsleep02/init.c
+++ b/testsuites/psxtmtests/psxtmsleep02/init.c
@@ -11,6 +11,8 @@
#include "config.h"
#endif
+#define TEST_INIT
+
#include <timesys.h>
#include <rtems/btimer.h>
#include "test_support.h"
@@ -68,7 +70,7 @@ void *POSIX_Init(
status = pthread_create( &threadId, NULL, Middle, NULL );
rtems_test_assert( !status );
}
-
+
status = pthread_create( &threadId, NULL, Low, NULL );
rtems_test_assert( !status );