Skip to content

Commit

Permalink
Merge pull request #2131 from josephglanville/docs-running-tests
Browse files Browse the repository at this point in the history
Document how to run tests on website
  • Loading branch information
Alfonso Acosta authored Jan 16, 2017
2 parents bd32580 + 535aa56 commit 92b3cbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 92b3cbe

Please sign in to comment.