git: abeb0d0c29ba - stable/11 - tests/netgraph: Prebuild tests directory

Lutz Donnerhacke donner at FreeBSD.org
Wed Jun 16 11:49:28 UTC 2021


The branch stable/11 has been updated by donner:

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

commit abeb0d0c29ba28f3f502931adfa8d98758ff116e
Author:     Lutz Donnerhacke <donner at FreeBSD.org>
AuthorDate: 2021-06-16 11:37:51 +0000
Commit:     Lutz Donnerhacke <donner at FreeBSD.org>
CommitDate: 2021-06-16 11:48:21 +0000

    tests/netgraph: Prebuild tests directory
    
    (partially cherry picked from commit e8db04c38959c882fe17e7c2b26fbabe74f26311)
---
 tests/sys/Makefile          | 1 +
 tests/sys/netgraph/Makefile | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/tests/sys/Makefile b/tests/sys/Makefile
index 5e0c3aba7ed3..bf0d15fa8253 100644
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -15,6 +15,7 @@ TESTS_SUBDIRS+=		kern
 TESTS_SUBDIRS+=		kqueue
 TESTS_SUBDIRS+=		mac
 TESTS_SUBDIRS+=		mqueue
+TESTS_SUBDIRS+=		netgraph
 TESTS_SUBDIRS+=		netinet
 TESTS_SUBDIRS+=		netmap
 TESTS_SUBDIRS+=		opencrypto
diff --git a/tests/sys/netgraph/Makefile b/tests/sys/netgraph/Makefile
new file mode 100644
index 000000000000..e6a9d6fbf338
--- /dev/null
+++ b/tests/sys/netgraph/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+PACKAGE=	tests
+
+TESTSDIR=	${TESTSBASE}/sys/netgraph
+BINDIR=		${TESTSDIR}
+
+.include <bsd.test.mk>


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