Repository: incubator-mynewt-core Updated Branches: refs/heads/master 41f70c937 -> 2acc09b23 Updated Tags: refs/tags/mynewt_0_8_0_b2_tag [created] 73a1c6f0e
Describe how to run unit tests in README file. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/58e4a8d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/58e4a8d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/58e4a8d3 Branch: refs/heads/master Commit: 58e4a8d37ef06cd3bb17807f15b6edd71dbdd1fb Parents: 96d2c7f Author: Christopher Collins <[email protected]> Authored: Wed Mar 16 19:36:10 2016 -0700 Committer: Christopher Collins <[email protected]> Committed: Wed Mar 16 19:36:40 2016 -0700 ---------------------------------------------------------------------- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/58e4a8d3/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7c5202e..af6b431 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,18 @@ This repository represents the core of the Apache Mynewt repository. It contains the major packages that make up the Apache Mynewt Operating System. For instructions on getting Apache Mynewt up & running, please -see our [Getting Started Guide.](http://mynewt.apache.org/os/get_started/project1/) +see our [Getting Started Guide](http://mynewt.apache.org/os/get_started/introduction/). + +As Apache Mynewt Core is a collection of libraries, rather than a standalone +application, it is not intended to be built by itself. To run the unit tests +for all the packages contained in Apache Mynewt Core, install the Apache Newt +tool as documented in the +[Getting Started Guide](http://mynewt.apache.org/os/get_started/introduction/) +and run the following command from the core directory: + +```no-highlight + $ newt test all +``` ## Browsing
