File

tests/run_tests.bat @ 4812:5bcdc384e485

util.timer: Remove unnecessary require calls, fixes a traceback (thanks nulani)
author Matthew Wild <mwild1@gmail.com>
date Thu, 03 May 2012 18:59:06 +0100
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=