tests/run_tests.bat

Fri, 08 May 2009 01:06:45 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 08 May 2009 01:06:45 +0500
changeset 1135
355f9487ab38
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util/serialization: Fixed serialization formatting

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial