File

tests/run_tests.bat @ 3430:970690b3cb28

util.datetime: Added implementation for function parse().
author Waqas Hussain <waqas20@gmail.com>
date Mon, 02 Aug 2010 20:11:08 +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=