Comparison

tests/run_tests.bat @ 809:28d6515f5b7b

Added tests/run_tests.bat for running tests on Windows
author Waqas Hussain <waqas20@gmail.com>
date Fri, 13 Feb 2009 22:23:08 +0500
comparison
equal deleted inserted replaced
808:ce39abe0259a 809:28d6515f5b7b
1 @echo off
2
3 set oldpath=%path%
4 set path=%path%;..;..\lualibs
5
6 del reports\*.report
7 lua test.lua %*
8
9 set path=%oldpath%
10 set oldpath=