summaryrefslogtreecommitdiff
path: root/regress/bin
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-27Add regress test for ksh bug, crash trigger provided by nino@. ok espie@Daniel Hartmeier
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
XXX - what about the install targets?
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-05Add a Makefile that will recurseNiklas Hallqvist
2001-06-04trivial regression tests for md5/sha1/rmd160 driverTodd C. Miller