commit | faf90b65a8f4e9c08f2e3f5b42a1c3c22f27e7e0 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Aug 12 14:43:48 2016 -0700 |
committer | Alex Light <allight@google.com> | Fri Aug 12 14:43:48 2016 -0700 |
tree | 172a7967504dca836b04fdf7e7525f672ef158c1 | |
parent | ba1642dec60c053895c259deac429463669ddc9b [diff] [blame] |
Make test work when running ndebug. Change-Id: Iea58ccef51fddaeae4b1fb7084a7956400a81dfe Test: ART_TEST_RUN_TEST_NDEBUG=true mma -j40 test-art-host-run-test-900-hello-plugin
diff --git a/test/run-test b/test/run-test index edee4ae..621fc24 100755 --- a/test/run-test +++ b/test/run-test
@@ -165,6 +165,7 @@ elif [ "x$1" = "x-O" ]; then lib="libart.so" testlib="arttest" + run_args="${run_args} -O" shift elif [ "x$1" = "x--dalvik" ]; then lib="libdvm.so"