From 823d572f99cf02f8985c087cc50d59b52b64d4ef Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 9 Mar 2013 21:40:31 +0200 Subject: [PATCH] tests: Add a script for running all the automated tests Signed-hostap: Jouni Malinen --- tests/hwsim/run-all.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/hwsim/run-all.sh 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