File

tests/run_tests.bat @ 6878:53a74a80c91a

configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure
author Kim Alvefur <zash@zash.se>
date Sat, 26 Sep 2015 23:42:46 +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=