tests/run_tests.bat

Tue, 31 Aug 2010 00:28:49 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 31 Aug 2010 00:28:49 +0100
changeset 3479
f68198c2f68f
parent 808
28d6515f5b7b
permissions
-rw-r--r--

tests/test_util_jid.lua: Add more tests for JID splitting

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial