File

tests/run_tests.bat @ 1795:0e933d6f2c31

util.helpers: It would be a good idea to fire an event when we say we are
author Matthew Wild <mwild1@gmail.com>
date Sun, 20 Sep 2009 03:20:38 +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=