summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmbarrier04/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmbarrier04/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmbarrier04/init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmbarrier04/init.c b/testsuites/psxtmtests/psxtmbarrier04/init.c
index 5d4885c193..a463d9a8d2 100644
--- a/testsuites/psxtmtests/psxtmbarrier04/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier04/init.c
@@ -7,9 +7,14 @@
* http://www.rtems.org/license/LICENSE.
*/
+#if !defined(OPERATION_COUNT)
+#define OPERATION_COUNT 100
+#endif
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"