aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Donnerhacke <donner@FreeBSD.org>2021-06-16 11:37:51 +0000
committerLutz Donnerhacke <donner@FreeBSD.org>2021-06-16 11:48:21 +0000
commitabeb0d0c29ba28f3f502931adfa8d98758ff116e (patch)
tree7202921f6fa09d830f86fc6fcffbbbb741a6622a
parent6c0a51837f4ba242ea723a887c3b6120d9335c8f (diff)
downloadsrc-abeb0d0c29ba28f3f502931adfa8d98758ff116e.tar.gz
src-abeb0d0c29ba28f3f502931adfa8d98758ff116e.zip
tests/netgraph: Prebuild tests directory
(partially cherry picked from commit e8db04c38959c882fe17e7c2b26fbabe74f26311)
-rw-r--r--tests/sys/Makefile1
-rw-r--r--tests/sys/netgraph/Makefile8
2 files changed, 9 insertions, 0 deletions
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>