Added tests/run_tests.bat for running tests on Windows
authorWaqas Hussain <waqas20@gmail.com>
Fri, 13 Feb 2009 17:23:08 +0000 (22:23 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Fri, 13 Feb 2009 17:23:08 +0000 (22:23 +0500)
tests/run_tests.bat [new file with mode: 0644]

diff --git a/tests/run_tests.bat b/tests/run_tests.bat
new file mode 100644 (file)
index 0000000..648081f
--- /dev/null
@@ -0,0 +1,10 @@
+@echo off\r
+\r
+set oldpath=%path%\r
+set path=%path%;..;..\lualibs\r
+\r
+del reports\*.report\r
+lua test.lua %*\r
+\r
+set path=%oldpath%\r
+set oldpath=
\ No newline at end of file