File

tests/run_tests.bat @ 2094:c69cb5c171e0

net.server: New net.server to choose the appropriate library from server_select/server_event based on the availability of luaevent and the use_libevent config option
author Matthew Wild <mwild1@gmail.com>
date Sat, 21 Nov 2009 02:39:08 +0000
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=