2015-06-22 03:05:23 +03:00
|
|
|
# $NetBSD: Makefile,v 1.45 2015/06/22 00:05:23 matt Exp $
|
2007-11-12 18:06:45 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-12-09 02:56:01 +03:00
|
|
|
.if ${MKATF} != "no"
|
|
|
|
|
2010-07-14 01:13:21 +04:00
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
|
|
|
2013-02-19 19:30:07 +04:00
|
|
|
TESTS_SUBDIRS= bin dev games include kernel lib libexec net
|
|
|
|
TESTS_SUBDIRS+= sbin sys usr.bin usr.sbin
|
2012-08-08 17:57:05 +04:00
|
|
|
|
2015-06-22 03:05:23 +03:00
|
|
|
. if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
|
2013-02-19 19:30:07 +04:00
|
|
|
TESTS_SUBDIRS+= fs rump
|
2008-12-08 15:39:04 +03:00
|
|
|
|
2011-06-16 03:45:45 +04:00
|
|
|
. if ${MKKMOD} != "no"
|
2013-02-19 19:30:07 +04:00
|
|
|
TESTS_SUBDIRS+= modules
|
2009-12-15 06:01:48 +03:00
|
|
|
. endif
|
2012-08-08 17:57:05 +04:00
|
|
|
. endif
|
2009-12-15 06:01:48 +03:00
|
|
|
|
2011-09-21 06:14:38 +04:00
|
|
|
. if ${MKCRYPTO} != "no"
|
2013-02-19 19:30:07 +04:00
|
|
|
TESTS_SUBDIRS+= crypto
|
2011-09-21 06:14:38 +04:00
|
|
|
. endif
|
|
|
|
|
2012-03-24 05:36:50 +04:00
|
|
|
. if ${MKIPFILTER} != "no"
|
2013-02-19 19:30:07 +04:00
|
|
|
TESTS_SUBDIRS+= ipf
|
2012-03-24 05:36:50 +04:00
|
|
|
. endif
|
|
|
|
|
2012-08-27 03:03:20 +04:00
|
|
|
. if ${MKSHARE} != "no"
|
2013-02-19 19:30:07 +04:00
|
|
|
TESTS_SUBDIRS+= share
|
|
|
|
. endif
|
|
|
|
|
|
|
|
. if ${MKATF} != "no"
|
2013-02-24 01:20:14 +04:00
|
|
|
ATFFILE_EXTRA_SUBDIRS+= atf
|
2013-02-19 19:30:07 +04:00
|
|
|
. endif
|
|
|
|
|
|
|
|
. if ${MKKYUA} != "no"
|
2013-02-25 04:33:19 +04:00
|
|
|
ATFFILE_EXTRA_SUBDIRS+= kyua-atf-compat kyua-cli kyua-testers
|
2012-08-27 03:03:20 +04:00
|
|
|
. endif
|
|
|
|
|
2010-12-09 02:56:01 +03:00
|
|
|
.include <bsd.test.mk>
|
2011-01-07 04:07:31 +03:00
|
|
|
|
|
|
|
.else
|
2008-08-17 03:51:51 +04:00
|
|
|
|
2007-11-12 18:06:45 +03:00
|
|
|
.include <bsd.subdir.mk>
|
2011-01-07 04:07:31 +03:00
|
|
|
.endif
|