From 662dd712f25c9d4643ac27d21e3bb8395b875645 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 20 Nov 2008 21:04:46 +0000 Subject: Add run_tests.sh --- tests/run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/run_tests.sh (limited to 'tests/run_tests.sh') diff --git a/tests/run_tests.sh b/tests/run_tests.sh new file mode 100755 index 00000000..d93cd39b --- /dev/null +++ b/tests/run_tests.sh @@ -0,0 +1,3 @@ +#!/bin/sh +rm reports/*.report +lua test.lua $* -- cgit v1.2.3