Mercurial > prosody-hg
view tests/run_tests.bat @ 7935:96fa5ef5d613
configure: Set C standard to C99
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 02 Mar 2017 00:27:46 +0100 |
| parents | 28d6515f5b7b |
| children |
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=
