git: 4b82cd36457d - stable/12 - pf tests: Install common test code

Kristof Provost kp at FreeBSD.org
Thu May 27 21:06:30 UTC 2021


The branch stable/12 has been updated by kp:

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

commit 4b82cd36457d5340e3f81ddf650d7621ab4f1070
Author:     Kristof Provost <kp at FreeBSD.org>
AuthorDate: 2021-05-27 20:45:10 +0000
Commit:     Kristof Provost <kp at 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


More information about the dev-commits-src-all mailing list