blob: f6302a991b21f840e07afe6ccfccb2bb660146cb [file] [log] [blame] [view]
# DEPRECATED! fx run-host-tests
DEPRECATED! build and run tests on host
```none
Usage: fx run-host-tests [-z] [host test names ...] [-- [test runner flags]]
This command is being deprecated in favor of `fx test`. Read more at:
https://fuchsia.dev/fuchsia-src/development/testing/running_tests_as_components#running_tests\n
Builds and runs the given host tests.
Test runner flags can typically be --gtest_filter=TestSuiteName.TestName
to restrict to a particular test or set of tests.
```
[run-host-tests source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/run-host-tests)