tests/run_tests.bat
author Florian Zeitz <florob@babelmonkeys.de>
Sat, 27 Apr 2013 17:01:31 +0200
changeset 5537 15464633d8fb
parent 809 28d6515f5b7b
permissions -rw-r--r--
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes

@echo off

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

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

set path=%oldpath%
set oldpath=