diff options
| -rw-r--r-- | test/testrunner/target_config.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testrunner/target_config.py b/test/testrunner/target_config.py index 97d450945c..474c25947c 100644 --- a/test/testrunner/target_config.py +++ b/test/testrunner/target_config.py @@ -42,6 +42,12 @@ target_config = { # ART run-test configurations # (calls testrunner which builds and then runs the test targets) + 'art-ndebug' : { + 'run-test' : ['--ndebug'], + 'env' : { + 'ART_USE_READ_BARRIER' : 'true' + } + }, 'art-interpreter' : { 'run-test' : ['--interpreter'], 'env' : { |