History log of /openbsd-current/regress/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.22 07-Jul-2017 bluhm

Remove all references to "make depend" from regress.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.21 24-Nov-2014 schwarze

Kill old crap that is unbelievably slow and produces hundreds of false
positives. Fixing it is not worth the hassle; if we want something
like this, it ought to be done in the context of makewhatis(8) and
mandoc.db(5). As it stands, its only effect is to discourage people
from running our regression suite, which is bad. I got a report
from daniel@ that part of it even crashes.


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.20 28-Jun-2010 phessler

Don't ask people to send regress logs to a non-existant email address.

OK deraadt@


Revision tags: OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE
# 1.19 05-Feb-2005 espie

introduce explicit MAKE_FLAGS variable, which has no surprising behavior
dependent on make, and fixes the regress problem reported by David Krause.


Revision tags: OPENBSD_3_6_BASE
# 1.18 20-Jul-2004 david

we can add the gnu directory to the regress build now


Revision tags: OPENBSD_3_5_BASE
# 1.17 21-Feb-2004 espie

First regression test for pkg_add, checking packages-specs lists.
(the nice thing about having this as perl modules is that we CAN write
regression tests)


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE
# 1.16 04-Dec-2002 art

add misc


Revision tags: OPENBSD_3_2_BASE
# 1.15 03-Sep-2002 avsm

trim some whitespace in the mail subject


# 1.14 02-Sep-2002 avsm

comment out the mailing suggestions, since the address doesnt exist yet


# 1.13 02-Sep-2002 avsm

- Precede internal bsd.regress.mk variables with a _
- Rename old variables to be easier to read, and deprecate old
variables. The old variables will still work, but emit warnings.
- REGRESS_SKIP_SLOW only needs to be non-empty now, not explicitly
set to 'yes'
- REGRESS_LOG can contain more than one file to append results to
- ERRORS variable can be set in Makefile to emit warnings or indicate
fatal errors.
- Add REGRESS_MAIL variable which can be set to an email address to
send results to. Currently this only works for a full regression
run, since art doesnt want partial run results
- sync bsd.regress.mk(5) with these changes

ok art@ , also looked over by miod@


Revision tags: OPENBSD_3_1_BASE
# 1.12 23-Feb-2002 art

no more need to explicitly specify regress: _SUBDIRUSE targets anymore.
XXX - what about the install targets?


# 1.11 18-Feb-2002 art

Actually, remove the whole "missing" line.


# 1.10 18-Feb-2002 art

Remove some parts that are there from the "missing" line.


# 1.9 05-Feb-2002 matthieu

regress has a libexec subdir now.


# 1.8 04-Jan-2002 art

Document some.


Revision tags: OPENBSD_3_0_BASE
# 1.7 06-Sep-2001 todd

add MAKEDEV regress


# 1.6 01-Aug-2001 markus

enable regress for sbin/pfctl


# 1.5 04-Jun-2001 millert

trivial regression tests for md5/sha1/rmd160 driver


Revision tags: OPENBSD_2_9_BASE
# 1.4 29-Jan-2001 niklas

$OpenBSD$


Revision tags: OPENBSD_2_8_BASE
# 1.3 01-Jul-2000 espie

+ usr.bin


Revision tags: OPENBSD_2_7_BASE
# 1.2 01-Apr-2000 deraadt

some man page tree checking tools from tchrist@perl.com


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision