mirror of https://github.com/ARMmbed/mbed-os.git
README file for wifi tests gives configuration example.
parent
2641fb38ce
commit
e87d0ce654
|
@ -87,10 +87,12 @@ git checkout master
|
||||||
cd ..
|
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:
|
Now build test binaries:
|
||||||
|
|
||||||
```.sh
|
```.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
|
Running tests
|
||||||
|
|
Loading…
Reference in New Issue