From: Jouni Malinen Date: Sat, 9 Mar 2013 19:40:31 +0000 (+0200) Subject: tests: Add a script for running all the automated tests X-Git-Tag: aosp-kk-from-upstream~493 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=823d572f99cf02f8985c087cc50d59b52b64d4ef;p=thirdparty%2Fhostap.git tests: Add a script for running all the automated tests Signed-hostap: Jouni Malinen --- diff --git a/tests/hwsim/run-all.sh b/tests/hwsim/run-all.sh new file mode 100755 index 000000000..9893603e3 --- /dev/null +++ b/tests/hwsim/run-all.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +./start-p2p.sh +./run-p2p-tests.py +./stop-wifi.sh