| # fx core-tests |
| |
| run zircon core-tests |
| |
| ```none |
| Usage: core-tests [options] [`fx run-boot-test` switches...] |
| |
| Options: |
| --gtest_filter=<FILTER> Define which test cases to run using a pattern [default: *] |
| --gtest_repeat=<REPEAT> The number of times to repeat the test suite [default: 1] |
| --kernel=<TYPE> The "type" of kernel image to run the core tests against. Kernel |
| image names are enumerated under //zircon/kernel/image as directory |
| names, and valid values for this type are the images enumerated in |
| the value of `[eng] + extra_kernel_test_images`, per |
| //build/testing/boot_tests/kernel_zbi_test.gni. [default: eng] |
| |
| ``` |
| |
| [core-tests source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/core-tests) |