[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / regress

File: [local] / src / regress / Makefile (download)

Revision 1.9, Tue Feb 5 21:48:04 2002 UTC (22 years, 4 months ago) by matthieu
Branch: MAIN
Changes since 1.8: +3 -3 lines

regress has a libexec subdir now.

#	$OpenBSD: Makefile,v 1.9 2002/02/05 21:48:04 matthieu 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: bin usr.sbin share games gnu

SUBDIR+= etc bin include lib libexec sbin sys share usr.bin

regress: _SUBDIRUSE

install:

.include <bsd.subdir.mk>