git: 49a07e3d08a0 - stable/12 - tests/netgraph: Prebuild tests directory
Lutz Donnerhacke
donner at FreeBSD.org
Wed Jun 16 11:45:59 UTC 2021
The branch stable/12 has been updated by donner:
URL: https://cgit.FreeBSD.org/src/commit/?id=49a07e3d08a0d7126fb759ea394a629a14e914f9
commit 49a07e3d08a0d7126fb759ea394a629a14e914f9
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:44:15 +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 2d3b26f0f1aa..2bf51bcd3fd7 100644
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -18,6 +18,7 @@ TESTS_SUBDIRS+= kern
TESTS_SUBDIRS+= kqueue
TESTS_SUBDIRS+= mac
TESTS_SUBDIRS+= mqueue
+TESTS_SUBDIRS+= netgraph
TESTS_SUBDIRS+= netinet
TESTS_SUBDIRS+= netinet6
TESTS_SUBDIRS+= netipsec
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