tests/run_tests.bat

Thu, 19 Feb 2009 15:18:44 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 19 Feb 2009 15:18:44 +0000
changeset 825
6d619c43e613
parent 808
28d6515f5b7b
permissions
-rw-r--r--

Automated merge with http://waqas.ath.cx:8000/

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial