File

tests/run_tests.bat @ 2804:5f03b7c939bd

TODO: Update for the fact that 0.7 is done
author Matthew Wild <mwild1@gmail.com>
date Wed, 03 Mar 2010 20:41:17 +0000
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=