tests: Add a script for running all the automated tests
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
07a2e61b43
commit
823d572f99
1 changed files with 5 additions and 0 deletions
5
tests/hwsim/run-all.sh
Executable file
5
tests/hwsim/run-all.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
./start-p2p.sh
|
||||
./run-p2p-tests.py
|
||||
./stop-wifi.sh
|
Loading…
Reference in a new issue