From a9bd1e2d356a12a1e90484deff920e65962805a5 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Tue, 12 Jun 2018 23:15:03 -0700 Subject: [PATCH] [toranj] update README.md (alternate way to install wpantund) (#2784) --- tests/toranj/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/toranj/README.md b/tests/toranj/README.md index 119c1c06b..3e6fc5bcc 100644 --- a/tests/toranj/README.md +++ b/tests/toranj/README.md @@ -12,7 +12,9 @@ ## Setup -`toranj` requires wpantund to be installed. Please follow [`wpantund` installation guide](https://github.com/openthread/wpantund/blob/master/INSTALL.md#wpantund-installation-guide). +`toranj` requires `wpantund` to be installed. +- Please follow [`wpantund` installation guide](https://github.com/openthread/wpantund/blob/master/INSTALL.md#wpantund-installation-guide). Note that `toranj` expects `wpantund` installed from latest master branch. +- Alternative way to install `wpantund` is to use the same commands from travis `before_install` [script](https://github.com/openthread/openthread/blob/ef940b06594b370176b724733dbd7ad09617a693/.travis/before_install.sh#L110-L127) for build target `toranj-test-framework`. To run all tests, `start` script can be used. This script will build OpenThread with proper configuration options and starts running all test.