File

tests/run_tests.bat @ 7823:9b66ada1487c

util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3
author Kim Alvefur <zash@zash.se>
date Fri, 20 Jan 2017 11:41:07 +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=