Home | History | Annotate | Download | only in art

Lines Matching full:interpreter

137 .PHONY: test-art-host-interpreter
138 test-art-host-interpreter: test-art-host-oat-interpreter test-art-host-run-test-interpreter
139 @echo test-art-host-interpreter PASSED
162 .PHONY: test-art-host-oat-interpreter
163 test-art-host-oat-interpreter: $(ART_TEST_HOST_OAT_INTERPRETER_TARGETS)
164 @echo test-art-host-oat-interpreter PASSED
167 test-art-host-oat: test-art-host-oat-default test-art-host-oat-interpreter
178 .PHONY: test-art-host-run-test-interpreter-$(1)
179 test-art-host-run-test-interpreter-$(1): test-art-host-dependencies
180 art/test/run-test --host --interpreter $(1)
181 @echo test-art-host-run-test-interpreter-$(1) PASSED
183 TEST_ART_HOST_RUN_TEST_INTERPRETER_TARGETS += test-art-host-run-test-interpreter-$(1)
186 test-art-host-run-test-$(1): test-art-host-run-test-default-$(1) test-art-host-run-test-interpreter-$(1)
196 .PHONY: test-art-host-run-test-interpreter
197 test-art-host-run-test-interpreter: $(TEST_ART_HOST_RUN_TEST_INTERPRETER_TARGETS)
198 @echo test-art-host-run-test-interpreter PASSED
201 test-art-host-run-test: test-art-host-run-test-default test-art-host-run-test-interpreter