File

tests/run_tests.bat @ 3787:95aaf9fc5a6c

mod_iq: Optimized a bit (fewer table accesses).
author Waqas Hussain <waqas20@gmail.com>
date Sun, 28 Nov 2010 02:37:18 +0500
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=