git: ab6d05336caa - main - tests/sys/netpfil: Move common tests out from behind MK_PF.
Brad Davis
brd at FreeBSD.org
Thu Jun 10 23:56:22 UTC 2021
The branch main has been updated by brd:
URL: https://cgit.FreeBSD.org/src/commit/?id=ab6d05336caaa10ae315f81534851e3764a8660c
commit ab6d05336caaa10ae315f81534851e3764a8660c
Author: Brad Davis <brd at FreeBSD.org>
AuthorDate: 2021-06-10 23:01:53 +0000
Commit: Brad Davis <brd at FreeBSD.org>
CommitDate: 2021-06-10 23:56:01 +0000
tests/sys/netpfil: Move common tests out from behind MK_PF.
Approved by: kp
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
tests/sys/netpfil/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/sys/netpfil/Makefile b/tests/sys/netpfil/Makefile
index b6c90f2b3c86..89629b8c3bd2 100644
--- a/tests/sys/netpfil/Makefile
+++ b/tests/sys/netpfil/Makefile
@@ -3,10 +3,10 @@
.include <src.opts.mk>
TESTSDIR= ${TESTSBASE}/sys/netpfil
+TESTS_SUBDIRS+= common
.if ${MK_PF} != "no"
-TESTS_SUBDIRS+= pf \
- common
+TESTS_SUBDIRS+= pf
.endif
.include <bsd.test.mk>
More information about the dev-commits-src-main
mailing list