File

tests/run_tests.bat @ 929:b4f2ca7f6f00

Fixed: modulemanager: IQs with extended elements in the default namespace could cause backtraces (related to issue #74)
author Waqas Hussain <waqas20@gmail.com>
date Mon, 30 Mar 2009 02:56:34 +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=