tests/run_tests.bat
author Matthew Wild <mwild1@gmail.com>
Sat, 27 Apr 2013 14:57:24 +0100
changeset 5526 d54011a23b20
parent 809 28d6515f5b7b
permissions -rw-r--r--
moduleapi: Add module:context(host) to produce a fake API context for a given host (or global). module:context("*"):get_option("foo") to get global options.

@echo off

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

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

set path=%oldpath%
set oldpath=