File

tests/run_tests.bat @ 8354:b41947a0fc0c

mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" (fixes #956)
author Kim Alvefur <zash@zash.se>
date Thu, 26 Oct 2017 22:22:14 +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=