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