aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2009-02-13 22:23:08 +0500
committerWaqas Hussain <waqas20@gmail.com>2009-02-13 22:23:08 +0500
commitb9fade36aaa1c1855a03a3f20c1b7f7e13ca102f (patch)
tree34ed29e24f1e435fb0d7f224c2776e9f1c556756 /tests
parent70133fb356f2a9d8902dd0f685d354f8953d90eb (diff)
downloadprosody-b9fade36aaa1c1855a03a3f20c1b7f7e13ca102f.tar.gz
prosody-b9fade36aaa1c1855a03a3f20c1b7f7e13ca102f.zip
Added tests/run_tests.bat for running tests on Windows
Diffstat (limited to 'tests')
-rw-r--r--tests/run_tests.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/run_tests.bat b/tests/run_tests.bat
new file mode 100644
index 00000000..648081f5
--- /dev/null
+++ b/tests/run_tests.bat
@@ -0,0 +1,10 @@
+@echo off
+
+set oldpath=%path%
+set path=%path%;..;..\lualibs
+
+del reports\*.report
+lua test.lua %*
+
+set path=%oldpath%
+set oldpath= \ No newline at end of file