Home | History | Annotate | Download | only in art

Lines Matching refs:ART_PHONY_TEST_HOST_SUFFIX

193 .PHONY: test-art-host$(ART_PHONY_TEST_HOST_SUFFIX)
194 test-art-host$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(ART_PHONY_TEST_HOST_SUFFIX) \
195 test-art-host-run-test$(ART_PHONY_TEST_HOST_SUFFIX)
198 .PHONY: test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX)
199 test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(ART_PHONY_TEST_HOST_SUFFIX)
202 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
203 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
206 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
207 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
210 .PHONY: test-art-host-jit$(ART_PHONY_TEST_HOST_SUFFIX)
211 test-art-host-jit$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-jit$(ART_PHONY_TEST_HOST_SUFFIX)