Skip to content

Commit 0b7d9af

Browse files
authored
Merge pull request #10385 from michalpasztamobica/wifi_test_readme
README file for wifi tests gives configuration example
2 parents 5e73a83 + e87d0ce commit 0b7d9af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TESTS/network/wifi/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@ git checkout master
8787
cd ..
8888
```
8989

90+
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.
91+
9092
Now build test binaries:
9193

9294
```.sh
93-
mbed test --compile -t <toolchain> -m <target> -n mbed-os-tests-network-wifi
95+
mbed test --compile -t <toolchain> -m <target> --app-config TESTS/network/wifi/template_mbed_app.txt -n mbed-os-tests-network-wifi
9496
```
9597

9698
Running tests

0 commit comments

Comments
 (0)