diff -r 655293df3d7e -r f12b1ddd458d tests/run_tests.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/run_tests.bat Mon Feb 16 15:44:54 2009 +0000 @@ -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