File

tests/run_tests.bat @ 7575:3ae247af68f4

net.http.parser: Buffer into a table to reduce GC pressure, collapse to string when needed (fixes #603)
author Kim Alvefur <zash@zash.se>
date Sat, 13 Aug 2016 20:19:08 +0200
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=