tests/run_tests.bat

Sat, 30 May 2009 17:36:05 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Sat, 30 May 2009 17:36:05 +0500
changeset 1232
6ddbb583f067
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_message: Initial commit

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial