tests/run_tests.bat

Mon, 22 Jun 2009 02:58:05 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 22 Jun 2009 02:58:05 +0100
changeset 1378
d09ecc8ee1ef
parent 808
28d6515f5b7b
permissions
-rw-r--r--

modulemanager: Call 'load' method when loading a module

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial