tests/run_tests.bat

Mon, 23 Nov 2009 17:31:49 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 23 Nov 2009 17:31:49 +0000
changeset 2154
a6608ccab383
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.dependencies: Add LuaFileSystem as a hard dependency

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial