From e87d0ce654612c6681ffbe310ca2509e09330b8b Mon Sep 17 00:00:00 2001 From: Michal Paszta Date: Fri, 12 Apr 2019 11:32:34 +0300 Subject: [PATCH] README file for wifi tests gives configuration example. --- TESTS/network/wifi/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TESTS/network/wifi/README.md b/TESTS/network/wifi/README.md index 31aeb0525b..0986c88859 100644 --- a/TESTS/network/wifi/README.md +++ b/TESTS/network/wifi/README.md @@ -87,10 +87,12 @@ git checkout master cd .. ``` +Prepare an `mbed_app.json` configuration file with all the required definitions provided. See [template_mbed_app.txt](template_mbed_app.txt) file for the full list of necessary definitions. + Now build test binaries: ```.sh -mbed test --compile -t -m -n mbed-os-tests-network-wifi +mbed test --compile -t -m --app-config TESTS/network/wifi/template_mbed_app.txt -n mbed-os-tests-network-wifi ``` Running tests