File

tests/run_tests.bat @ 7059:7ec52755622f 0.9.9

Backout 88d54bec26b7 prior to release, as it certainly requires more testing
author Matthew Wild <mwild1@gmail.com>
date Fri, 08 Jan 2016 13:01:27 +0000
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=