summaryrefslogtreecommitdiff
path: root/share/mk/bsd.regress.mk
AgeCommit message (Collapse)Author
2002-02-17skip tests that require root (REGRESSROOTTARGETS) unlessMarco S Hyman
the user is root or SUDO is not empty. OK art@
2002-01-03use :L variable modifierBrad Smith
2002-01-03make regress the main targetArtur Grabowski
(now that dependencies are correct)
2002-01-03OpenBSD tagArtur Grabowski
2002-01-03s/timeout/possible timeout/ the test could simply fail.Artur Grabowski
2002-01-03Two new variables.Artur Grabowski
REGRESSSLOWTARGETS, contains a list of all regress targets that are slow. REGRESSSKIPSLOW, settable to "yes"/"no" (default is "no") when running regress. Skips slow tests. (*for some arbitrary and very subjective value of "slow")
2002-01-03Support for a new variable REGRESSMAXTIME that sets the cpu timeArtur Grabowski
ulimit for tests. Needed for libc_r tests. With some help from marc@
2002-01-02Eh? Why could I finish a make build with this 6 hours ago?Artur Grabowski
2002-01-01Start for a framework for regression tests. Simplifies the most commonArtur Grabowski
regress test targets, provides logging of success/failure and various minor features. Much Makefile magic from espie@ who thinks that my shell programming skills are "atrocious" (and I agree).