Lines Matching refs:host

41 clean-oat: clean-oat-host clean-oat-target
43 .PHONY: clean-oat-host
44 clean-oat-host:
137 # "mm test-art" to build and run all tests on host and device
139 test-art: test-art-host test-art-target
143 test-art-gtest: test-art-host-gtest test-art-target-gtest
147 test-art-run-test: test-art-host-run-test test-art-target-run-test
151 # host test rules
162 .PHONY: test-art-host-vixl
163 test-art-host-vixl: $(VIXL_TEST_DEPENDENCY)
165 # "mm test-art-host" to build and run all host tests.
166 .PHONY: test-art-host
167 test-art-host: test-art-host-gtest test-art-host-run-test test-art-host-vixl
170 # All host tests that run solely with the default compiler.
171 .PHONY: test-art-host-default
172 test-art-host-default: test-art-host-run-test-default
175 # All host tests that run solely with the optimizing compiler.
176 .PHONY: test-art-host-optimizing
177 test-art-host-optimizing: test-art-host-run-test-optimizing
180 # All host tests that run solely on the interpreter.
181 .PHONY: test-art-host-interpreter
182 test-art-host-interpreter: test-art-host-run-test-interpreter
185 # All host tests that run solely on the jit.
186 .PHONY: test-art-host-jit
187 test-art-host-jit: test-art-host-run-test-jit
190 # Primary host architecture variants:
191 .PHONY: test-art-host$(ART_PHONY_TEST_HOST_SUFFIX)
192 test-art-host$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(ART_PHONY_TEST_HOST_SUFFIX) \
193 test-art-host-run-test$(ART_PHONY_TEST_HOST_SUFFIX)
196 .PHONY: test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX)
197 test-art-host-default$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(ART_PHONY_TEST_HOST_SUFFIX)
200 .PHONY: test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
201 test-art-host-optimizing$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(ART_PHONY_TEST_HOST_SUFFIX)
204 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
205 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
208 .PHONY: test-art-host-jit$(ART_PHONY_TEST_HOST_SUFFIX)
209 test-art-host-jit$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-jit$(ART_PHONY_TEST_HOST_SUFFIX)
212 # Secondary host architecture variants:
214 .PHONY: test-art-host$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
215 test-art-host$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-gtest$(2ND_ART_PHONY_TEST_HOST_SUFFIX) \
216 test-art-host-run-test$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
219 .PHONY: test-art-host-default$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
220 test-art-host-default$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-default$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
223 .PHONY: test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
224 test-art-host-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-optimizing$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
227 .PHONY: test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
228 test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
231 .PHONY: test-art-host-jit$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
232 test-art-host-jit$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-jit$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
237 .PHONY: valgrind-test-art-host
238 valgrind-test-art-host: valgrind-test-art-host-gtest32
371 build-art: build-art-host build-art-target
373 .PHONY: build-art-host
374 build-art-host: $(HOST_OUT_EXECUTABLES)/art $(ART_HOST_DEPENDENCIES) $(HOST_CORE_IMG_OUTS)