File

tests/run_tests.bat @ 1250:ef053ab86f5e

modulemanager: module:fire_event now fires on the global and host-specific events objects as well
author Waqas Hussain <waqas20@gmail.com>
date Sun, 31 May 2009 01:11:48 +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=