Date: Wed, 16 Jun 2021 11:49:28 GMT From: Lutz Donnerhacke <donner@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: abeb0d0c29ba - stable/11 - tests/netgraph: Prebuild tests directory Message-ID: <202106161149.15GBnSR3035971@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/11 has been updated by donner: URL: https://cgit.FreeBSD.org/src/commit/?id=abeb0d0c29ba28f3f502931adfa8d98758ff116e commit abeb0d0c29ba28f3f502931adfa8d98758ff116e Author: Lutz Donnerhacke <donner@FreeBSD.org> AuthorDate: 2021-06-16 11:37:51 +0000 Commit: Lutz Donnerhacke <donner@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106161149.15GBnSR3035971>