File

tests/run_tests.bat @ 4339:63304d323983

tests/test.lua, tests/test_net_http.lua: Tests for net.http's url and form encoding/decoding functions
author Matthew Wild <mwild1@gmail.com>
date Wed, 10 Aug 2011 17:49:37 -0400
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=