summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmthread01/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmthread01/init.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmthread01/init.c b/testsuites/psxtmtests/psxtmthread01/init.c
index 762ea3a6aa..c7c27559dc 100644
--- a/testsuites/psxtmtests/psxtmthread01/init.c
+++ b/testsuites/psxtmtests/psxtmthread01/init.c
@@ -7,6 +7,10 @@
* http://www.rtems.org/license/LICENSE.
*/
+#if !defined(OPERATION_COUNT)
+#define OPERATION_COUNT 100
+#endif
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -58,7 +62,7 @@ void *POSIX_Init(
0
);
-
+
TEST_END();
rtems_test_exit(0);