Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 23:56:22 GMT
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ab6d05336caa - main - tests/sys/netpfil: Move common tests out from behind MK_PF.
Message-ID:  <202106102356.15ANuM25081684@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brd:

URL: https://cgit.FreeBSD.org/src/commit/?id=ab6d05336caaa10ae315f81534851e3764a8660c

commit ab6d05336caaa10ae315f81534851e3764a8660c
Author:     Brad Davis <brd@FreeBSD.org>
AuthorDate: 2021-06-10 23:01:53 +0000
Commit:     Brad Davis <brd@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106102356.15ANuM25081684>