aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run_tests.bat
diff options
context:
space:
mode:
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