summaryrefslogtreecommitdiff
path: root/testsuite/basic_engine_testsuite.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/basic_engine_testsuite.c')
-rw-r--r--testsuite/basic_engine_testsuite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/basic_engine_testsuite.c b/testsuite/basic_engine_testsuite.c
index 65541a3..fc9bec7 100644
--- a/testsuite/basic_engine_testsuite.c
+++ b/testsuite/basic_engine_testsuite.c
@@ -321,9 +321,9 @@ static void *incr_test_main(void *arg) {
*/
static enum test_result mt_incr_test(ENGINE_HANDLE *h, ENGINE_HANDLE_V1 *h1) {
#ifdef __arm__
- const int max_threads = 1;
+ #define max_threads 1
#else
- const int max_threads = 30;
+ #define max_threads 30
#endif
pthread_t tid[max_threads];