tests/run_tests.bat

Sun, 22 Mar 2009 12:37:56 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 22 Mar 2009 12:37:56 +0000
changeset 905
6169597d5574
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.set: Fix to make constructor work, and functions defined correctly

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial