diff --git a/getting_started.md b/getting_started.md index 26fb0f214437069d91849ab78569435484869827..d1ef9b047f6f9d853d3af623b9e3d62ea96c7c8b 100644 --- a/getting_started.md +++ b/getting_started.md @@ -212,6 +212,15 @@ If you would like to use a text shell inside a terminal emulator from within the you can launch [moterm](https://fuchsia.googlesource.com/topaz/+/master/app/moterm) by selecting the "Ask Anything" box and typing `moterm`. +### Running tests + +Compiled test binaries are installed in `/system/test/`. +You can run a test by invoking it in the terminal. E.g. + +``` +/system/test/ledger_unittests +``` + ## Contribute changes * See [CONTRIBUTING.md](CONTRIBUTING.md).