tests/run_tests.bat

Mon, 05 Oct 2009 14:38:04 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 05 Oct 2009 14:38:04 +0100
changeset 1918
dd35d07d673f
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.array: Per-array methods now always mutate the array, array.* return a mutated copy, and most methods (e.g. sort) now return the array

@echo off

set oldpath=%path%
set path=%path%;..;..\lualibs

del reports\*.report
lua test.lua %*

set path=%oldpath%
set oldpath=

mercurial