File

tests/run_tests.bat @ 1706:0e6ba1678d8e

modulemanager: add_feature and add_identity APIs updated to use only the add_item API
author Waqas Hussain <waqas20@gmail.com>
date Tue, 18 Aug 2009 12:51:14 +0500
parent 809:28d6515f5b7b
line wrap: on
line source

@echo off

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

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

set path=%oldpath%
set oldpath=