File

tests/run_tests.bat @ 3334:73f078caf99d

util-src/Makefile: Stop linking dynamic libraries to Lua, it isn't necessary as symbols are exported from the Lua binary (thanks deryni)
author Matthew Wild <mwild1@gmail.com>
date Thu, 08 Jul 2010 18:59:17 +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=