From 6646acb71a54132a12f6d8cf41541dcddae5c97b Mon Sep 17 00:00:00 2001
From: Gary Miguel <garymm@google.com>
Date: Thu, 11 Jan 2018 17:18:28 -0800
Subject: [PATCH] [docs] Add "Running tests" to getting started

Change-Id: I98708e3f38aad7988539b108ca97db9046b073df
---
 getting_started.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/getting_started.md b/getting_started.md
index 26fb0f21443..d1ef9b047f6 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).
-- 
GitLab