Software /
code /
prosody
File
tests/run_tests.bat @ 809:28d6515f5b7b
Added tests/run_tests.bat for running tests on Windows
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Fri, 13 Feb 2009 22:23:08 +0500 |
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=