Merge pull request #10385 from michalpasztamobica/wifi_test_readme

README file for wifi tests gives configuration example
pull/10416/head
Martin Kojtal 2019-04-16 09:10:26 +01:00 committed by GitHub
commit 0b7d9af4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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 <toolchain> -m <target> -n mbed-os-tests-network-wifi
mbed test --compile -t <toolchain> -m <target> --app-config TESTS/network/wifi/template_mbed_app.txt -n mbed-os-tests-network-wifi
```
Running tests