diff options
author | Mathieu Chartier <mathieuc@google.com> | 2015-02-26 10:58:08 -0800 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2015-02-26 10:59:31 -0800 |
commit | 3fc1b12a2308e39a0c9b1cdcf4eb0b5770081e51 (patch) | |
tree | 56463ead06e039bed2bf7726d06c04159df078cd /test | |
parent | f5c224cca603ef1dba9bb80952613facc22598fa (diff) | |
download | art-3fc1b12a2308e39a0c9b1cdcf4eb0b5770081e51.tar.gz art-3fc1b12a2308e39a0c9b1cdcf4eb0b5770081e51.tar.bz2 art-3fc1b12a2308e39a0c9b1cdcf4eb0b5770081e51.zip |
Add missing JIT stuff in make files
Was causing core.oat to not be created.
Bug: 19524713
Change-Id: I5da005fd36f9682623fdda9931280997b59c2681
Diffstat (limited to 'test')
-rw-r--r-- | test/Android.run-test.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 41c8da6f59..e5a07d4cfe 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -437,7 +437,7 @@ endif # Create a rule to build and run a tests following the form: # test-art-{1: host or target}-run-test-{2: debug ndebug}-{3: prebuild no-prebuild no-dex2oat}- -# {4: interpreter default optimizing}-{5: relocate no-relocate relocate-no-patchoat}- +# {4: interpreter default optimizing jit}-{5: relocate no-relocate relocate-no-patchoat}- # {6: trace or no-trace}-{7: gcstress gcverify cms}-{8: forcecopy checkjni jni}- # {9: no-image image picimage}-{10: pictest nopictest}-{11: test name}{12: 32 or 64} define define-test-art-run-test @@ -501,7 +501,7 @@ define define-test-art-run-test run_test_options += --quick else ifeq ($(4),jit) - test_groups += ART_RUN_TEST_$$(uc_host_or_target)_DEFAULT_RULES + test_groups += ART_RUN_TEST_$$(uc_host_or_target)_JIT_RULES run_test_options += --jit else $$(error found $(4) expected $(COMPILER_TYPES)) |