File

tests/run_tests.bat @ 6379:a280bd6ccce2

net.server_{select,event}: Add 'ondetach' callback for listener objects, to notify them when another listener is being assigned to a connection
author Matthew Wild <mwild1@gmail.com>
date Fri, 29 Aug 2014 11:39:56 +0100
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=