File

tests/run_tests.bat @ 7934:485b9e66fedf

util.crand: Only include getrandom shiv with glibc older than 2.25
author Kim Alvefur <zash@zash.se>
date Thu, 02 Mar 2017 00:17:34 +0100 (2017-03-01)
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=