From 535aa5629eba1210276ae53b7e29664ef28823fb Mon Sep 17 00:00:00 2001 From: Joseph Glanville Date: Sun, 15 Jan 2017 18:52:34 +1100 Subject: [PATCH] Document how to run tests on website --- site/building.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/building.md b/site/building.md index 70ce93bcc1..d33bfd92b9 100644 --- a/site/building.md +++ b/site/building.md @@ -26,6 +26,14 @@ If needed, install the tools used for managing dependencies, managing releases, make deps +Scope unit tests for `probe` and `app` components can be run via: + + make tests + +Similarly the frontent client tests can be run via: + + make client-test + >**Note:** The tools from `make deps` depend on a local install of [Go](https://golang.org).