tests/run_tests.bat

Fri, 07 Aug 2009 18:29:14 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 07 Aug 2009 18:29:14 +0500
changeset 1646
21bcc7b8b4d8
parent 808
28d6515f5b7b
permissions
-rw-r--r--

mod_version: Rewritten to use new API. Added reply caching, and fixed some issues.

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial