diff options
author | Mathieu Chartier <mathieuc@google.com> | 2015-02-27 10:39:48 -0800 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2015-02-27 11:31:05 -0800 |
commit | 721f3a817884c1c4cf30cea2bbb337738745a74d (patch) | |
tree | aca6801eaeef9176bf9ad2e62c7db8f2bc4f993d /test/run-test | |
parent | 242026e246a8b9efe098a0cce008fd525e011e5b (diff) | |
download | art-721f3a817884c1c4cf30cea2bbb337738745a74d.zip art-721f3a817884c1c4cf30cea2bbb337738745a74d.tar.gz art-721f3a817884c1c4cf30cea2bbb337738745a74d.tar.bz2 |
Fix jit tests
Missing image suffix was missing causing tests to fail.
Also added missing phony targets.
Bug: 19524713
Change-Id: Ib40d39b1fc16e1adfdc01744a199ae9b0b562664
Diffstat (limited to 'test/run-test')
-rwxr-xr-x | test/run-test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-test b/test/run-test index 8bc4151..888e4ed 100755 --- a/test/run-test +++ b/test/run-test @@ -195,6 +195,7 @@ while true; do shift elif [ "x$1" = "x--jit" ]; then run_args="${run_args} --jit" + image_suffix="-jit" shift elif [ "x$1" = "x--optimizing" ]; then run_args="${run_args} -Xcompiler-option --compiler-backend=Optimizing" |