tests/run_tests.bat

Mon, 10 Aug 2009 15:07:32 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 10 Aug 2009 15:07:32 +0100
changeset 1659
6092fc9b078b
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util.iterators: Add head() iterator, to return the first n items

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial