File

tests/run_tests.bat @ 4628:087f4b437bd2

Makefile: Use cp instead of install, and make sure the correct umask is set
author Kim Alvefur <zash@zash.se>
date Tue, 20 Mar 2012 12:50:53 +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=