File

tests/run_tests.bat @ 5796:0b66cb959161

util.async: Add guarder method, to create guards to ensure only a single runner can pass through a section of code at a time
author Matthew Wild <mwild1@gmail.com>
date Tue, 13 Aug 2013 21:26:53 +0100
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=