tests/run_tests.bat

Sat, 19 Jun 2010 23:39:29 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Sat, 19 Jun 2010 23:39:29 +0500
changeset 3281
fd6ab269ecc2
parent 808
28d6515f5b7b
permissions
-rw-r--r--

MUC: A little modification to improve code analysis.

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial