diff --git a/getting_started.md b/getting_started.md index 3a61d55a243b6421e10ec5b98488ff8548ea8189..8cdcf7dfcde72f7ed0a1212229503abb3177fd35 100644 --- a/getting_started.md +++ b/getting_started.md @@ -221,6 +221,13 @@ You can run a test by invoking it in the terminal. E.g. /system/test/ledger_unittests ``` +If you want to leave Fuchsia running and recompile and re-run a test, run +Fuchsia with networking enabled in one terminal, then in another terminal, run: + +``` +fx run-test <test name> [<test args>] +``` + ## Contribute changes * See [CONTRIBUTING.md](CONTRIBUTING.md).