aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run_tests.bat
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-02-16 15:44:54 +0000
committerMatthew Wild <mwild1@gmail.com>2009-02-16 15:44:54 +0000
commit10c09017ad54825707638483f95f3586a59da86e (patch)
tree53f279f8fd8d787d27cf1929c107841c27949de5 /tests/run_tests.bat
parentd0163230f0ac07af614f5f042501fb643a0af94f (diff)
parent0ed691e5632ba3b8fe2805537211be3cd15e3a90 (diff)
downloadprosody-10c09017ad54825707638483f95f3586a59da86e.tar.gz
prosody-10c09017ad54825707638483f95f3586a59da86e.zip
Merge from waqas
Diffstat (limited to 'tests/run_tests.bat')
-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