tests/run_tests.bat

Mon, 23 Nov 2009 16:07:33 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 23 Nov 2009 16:07:33 +0000
changeset 2147
3bb7c1daa93f
parent 808
28d6515f5b7b
permissions
-rw-r--r--

modulemanager: New module API methods for getting config options with type conversion, get_option_string, get_option_number, get_option_boolean, get_option_array, get_option_set

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial