tests/run_tests.bat

Fri, 17 Dec 2010 22:32:21 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 17 Dec 2010 22:32:21 +0000
changeset 3769
9338d0785277
parent 808
28d6515f5b7b
permissions
-rw-r--r--

util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly

@echo off

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

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

set path=%oldpath%
set oldpath=

mercurial