Lines Matching refs:host
87 in ART's build system (`Android.bp` and `Android*.mk` files). On host, these
88 gtests can be run by executing `m test-art-host-gtest`. On device, the
97 run on the build host, on a USB-attached device, or using the build host
118 ## Running all tests on the build host
122 $ m test-art-host-run-test-dependencies
124 $ art/test.py --host
130 $ art/test.py -b --host
148 ## Running all gtests on the build host
151 $ art/test.py --host -g
160 ## Running all run-tests on the build host
164 $ m test-art-host-run-test-dependencies
165 $ art/test.py --host -r
171 $ art/test.py -b --host -r
180 ## Building and running one run-test on the build host
184 $ m test-art-host-run-test-dependencies
186 $ art/test.py --host -r -t 001-HelloWorld
192 $ art/test.py -b --host -r -t 001-HelloWorld
205 ## Running one gtest on the build host
208 $ m test-art-host-gtest-art_runtime_tests
219 $ find out/host/ -type f -name art_runtime_tests # Find the path of the test.
220 $ out/host/linux-x86/nativetest/art_runtime_tests/art_runtime_tests