summaryrefslogtreecommitdiff
path: root/regress/bin/md5
AgeCommit message (Collapse)Author
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-02-18A complete rewrite.Artur Grabowski
- have obvious names on the tests, not 't1', 't2', etc. - Don't create lots of files just once and then reuse them for all tests. Always run the commands and let cmp take input from /dev/stdin - Don't just print when some test fails and return success. Return failure and shut up, someone will read the log.
2002-01-01trivial conversions to bsd.regress.mkArtur Grabowski
2001-06-04trivial regression tests for md5/sha1/rmd160 driverTodd C. Miller