tests/run_tests.bat
author Kim Alvefur <zash@zash.se>
Sat, 30 Nov 2013 22:26:20 +0100
changeset 5933 56b1f151f4a3
parent 809 28d6515f5b7b
permissions -rw-r--r--
Makefile, configure: Add option for disabling generation of example certificates

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=