tests/run_tests.bat

Tue, 23 Jun 2009 02:15:04 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 23 Jun 2009 02:15:04 +0500
changeset 1393
576143941a76
parent 808
28d6515f5b7b
permissions
-rw-r--r--

modulemanager: Enabled access to the module API from plugin libraries

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial