File

tests/run_tests.bat @ 6166:46cb87d531a7

configmanager: Delay importing LuaFileSystem until needed by an Include line
author Kim Alvefur <zash@zash.se>
date Fri, 09 May 2014 19:59:49 +0200
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=