diff options
author | 2014-10-21 15:36:47 +0000 | |
---|---|---|
committer | 2014-10-21 15:36:48 +0000 | |
commit | be8c18944b4e619ce71faf3f61a3a324cd80940c (patch) | |
tree | 668ce297f321006799df002e1a4529656c270226 | |
parent | 8d2c23e0a2d1b449448675e0ba822953cee52b18 (diff) | |
parent | f38b7dca5217588a57384c864798409b7d685042 (diff) |
Merge "Fix m test-art-host-run-test-001-HelloWorld."
-rw-r--r-- | test/Android.run-test.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index bc954e4755..97afd00972 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -485,7 +485,7 @@ define define-test-art-run-test endif endif # $(10) is the test name - test_groups += ART_RUN_TEST_$$(uc_host_or_target)_$(call name-to-var,$(9))_RULES + test_groups += ART_RUN_TEST_$$(uc_host_or_target)_$(call name-to-var,$(10))_RULES ifeq ($(11),64) test_groups += ART_RUN_TEST_$$(uc_host_or_target)_64_RULES run_test_options += --64 |