tests/run_tests.bat

Sat, 02 May 2009 22:01:22 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 02 May 2009 22:01:22 +0100
changeset 1094
a619525fed5d
parent 808
28d6515f5b7b
permissions
-rw-r--r--

modulemanager: Don't load modules when modules_enable is false

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial