File

tests/run_tests.bat @ 6545:ec566d7cd518

util.hex: Pedantic optimization, 1 table lookup per byte instead of 3 function calls makes it go faster
author Kim Alvefur <zash@zash.se>
date Mon, 12 Jan 2015 15:10:37 +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=