diff options
Diffstat (limited to 'openmp/runtime/test/lock/omp_lock.c')
-rw-r--r-- | openmp/runtime/test/lock/omp_lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/runtime/test/lock/omp_lock.c b/openmp/runtime/test/lock/omp_lock.c index 028c461db6a..73802c27e12 100644 --- a/openmp/runtime/test/lock/omp_lock.c +++ b/openmp/runtime/test/lock/omp_lock.c @@ -1,4 +1,5 @@ // RUN: %libomp-compile-and-run +// RUN: %libomp-compile && env KMP_LOCK_KIND=tas KMP_SPIN_BACKOFF_PARAMS=2048,200 %libomp-run #include <stdio.h> #include "omp_testsuite.h" |