diff options
-rw-r--r-- | regress/Makefile | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index 8ee48f8bb3f..3de5c87bec4 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,5 +1,17 @@ -# $OpenBSD: Makefile,v 1.7 2001/09/06 20:55:02 todd Exp $ -# $NetBSD: Makefile,v 1.5 1995/04/20 22:37:12 cgd Exp $ +# $OpenBSD: Makefile,v 1.8 2002/01/04 22:40:04 art Exp $ + +# +# To run full regression tests you just need two steps: +# 1. make depend +# 2. make regress +# +# A normal "make" is not necessary and will simply do the same thing +# as "regress" (possibly with more bugs). This allows us to include +# compilation as a part of the regression test. +# +# To get a log of test results set the REGRESSLOG make variable to +# a log file, use an absolute path. +# To skip the really slow tests, set the REGRESSSKIPSLOW variable. # missing: libexec bin usr.sbin share games gnu |