tests/run_tests.bat

Wed, 25 Mar 2009 03:01:10 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 25 Mar 2009 03:01:10 +0000
changeset 919
75b8afb79143
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.iterators: New iterators library

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial