File

tests/run_tests.bat @ 7965:57f98394b830

util.pposix: Limit meminfo to Linux until we can figure out how to get this info on other platforms
author Kim Alvefur <zash@zash.se>
date Tue, 07 Mar 2017 22:33:57 +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=