tests/run_tests.bat

Tue, 28 Jul 2009 18:47:59 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 28 Jul 2009 18:47:59 +0100
changeset 1616
80ea744f2643
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_console: Finally add in the missing 'help' command \o/

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial