Added tests/run_tests.bat for running tests on Windows

This commit is contained in:
Waqas Hussain 2009-02-13 22:23:08 +05:00
parent 70133fb356
commit b9fade36aa

10
tests/run_tests.bat Normal file
View file

@ -0,0 +1,10 @@
@echo off
set oldpath=%path%
set path=%path%;..;..\lualibs
del reports\*.report
lua test.lua %*
set path=%oldpath%
set oldpath=