1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-26 07:55:01 +00:00

Skip netgraph tests when WITHOUT_NETGRAPH is set

PR:		256986
Reported by:	John Marshall
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2021-07-06 09:44:15 -04:00
parent 2eefc1d926
commit c9144ec14d

View File

@ -20,7 +20,7 @@ TESTS_SUBDIRS+= kqueue
TESTS_SUBDIRS+= mac
TESTS_SUBDIRS+= mqueue
TESTS_SUBDIRS+= net
TESTS_SUBDIRS+= netgraph
TESTS_SUBDIRS+= ${_netgraph}
TESTS_SUBDIRS+= netinet
TESTS_SUBDIRS+= netinet6
TESTS_SUBDIRS+= netipsec
@ -40,6 +40,10 @@ _audit= audit
_cddl= cddl
.endif
.if ${MK_NETGRAPH} != "no"
_netgraph= netgraph
.endif
# Items not integrated into kyua runs by default
SUBDIR+= pjdfstest