Software /
code /
prosody
File
tests/run_tests.bat @ 5537:15464633d8fb
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Sat, 27 Apr 2013 17:01:31 +0200 |
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=