File

tests/run_tests.bat @ 7538:a3a4ed0d34f4

util.table: Move loop variable to top of function for C89 compatibility
author Kim Alvefur <zash@zash.se>
date Sun, 07 Aug 2016 20:49:50 +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=