tests/run_tests.bat

Fri, 04 Dec 2009 02:51:03 +0000

author
Brian Cully <bjc@junctionnetworks.com>
date
Fri, 04 Dec 2009 02:51:03 +0000
changeset 2315
174b4a83f5b7
parent 808
28d6515f5b7b
permissions
-rw-r--r--

configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectations.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial