git: b8da3b62a574 - main - tests: add ktest modules to build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Apr 2023 10:46:12 UTC
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=b8da3b62a57464d7be1b95b1bdae83f592209f74 commit b8da3b62a57464d7be1b95b1bdae83f592209f74 Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2023-04-17 10:45:47 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-04-17 10:46:05 +0000 tests: add ktest modules to build MFC after: 2 weeks --- sys/modules/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index df47f5bf4652..a98f67d9ec22 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -653,6 +653,7 @@ _mpr= mpr .endif .if ${MK_TESTS} != "no" || defined(ALL_MODULES) +SUBDIR+= ktest SUBDIR+= tests .endif