File

tests/run_tests.bat @ 7073:31fa6770019c

tests: Add test for util.uuid (checks that the output format is correct)
author Kim Alvefur <zash@zash.se>
date Sun, 10 Jan 2016 03:35:00 +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=