File

tests/run_tests.bat @ 7766:5594d0caa5a8

util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations
author Kim Alvefur <zash@zash.se>
date Mon, 05 Dec 2016 21:43:09 +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=