Software /
code /
prosody
File
tests/run_tests.bat @ 1456:3135cf40110d
Added HMAC utility module
Produces HMAC codes using all the supported hashes (md5, sha1, sha256)
author | Dwayne Bent <dbb.0@liqd.org> |
---|---|
date | Wed, 01 Jul 2009 20:24:47 -0400 |
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=