Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2021 21:06:30 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4b82cd36457d - stable/12 - pf tests: Install common test code
Message-ID:  <202105272106.14RL6Urn011820@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kp:

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

commit 4b82cd36457d5340e3f81ddf650d7621ab4f1070
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2021-05-27 20:45:10 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2021-05-27 21:05:49 +0000

    pf tests: Install common test code
    
    (Direct commit to stable/12)
---
 tests/sys/netpfil/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/sys/netpfil/Makefile b/tests/sys/netpfil/Makefile
index 434c5532b63e..2fb3b1447f10 100644
--- a/tests/sys/netpfil/Makefile
+++ b/tests/sys/netpfil/Makefile
@@ -4,6 +4,8 @@
 
 TESTSDIR=		${TESTSBASE}/sys/netpfil
 
+TESTS_SUBDIRS+=		common
+
 .if ${MK_PF} != "no"
 TESTS_SUBDIRS+=		pf
 .endif



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