mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10385 from michalpasztamobica/wifi_test_readme
README file for wifi tests gives configuration examplepull/10416/head
commit
0b7d9af4dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue