view tests/run_tests.bat @ 4032:ee7f2aa5dc3b

util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files
author Matthew Wild <mwild1@gmail.com>
date Sun, 26 Dec 2010 05:37:27 +0000
parents 28d6515f5b7b
children
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=