File

tests/run_tests.bat @ 7675:decb657bc0a0

util.dependencies: Set global 'ssl' for compat with LuaSec 0.6 (fixes #749)
author Kim Alvefur <zash@zash.se>
date Fri, 23 Sep 2016 16:09: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=