tests: add ktest modules to build

MFC after:	2 weeks
This commit is contained in:
Alexander V. Chernikov 2023-04-17 10:45:47 +00:00
parent 068913e4ba
commit b8da3b62a5

View File

@ -653,6 +653,7 @@ _mpr= mpr
.endif
.if ${MK_TESTS} != "no" || defined(ALL_MODULES)
SUBDIR+= ktest
SUBDIR+= tests
.endif