Integrate the tests moved in r305626 in to the FreeBSD test suite

The reachover Kyuafiles were never added, and thus the tests were installed
as standalone tests, and not integrated into the full suite.

MFC after:	1 week
MFC with:	r305626, 305629, r307863, r322447, r322448, r322449
This commit is contained in:
Enji Cooper 2017-08-13 01:04:44 +00:00
parent 191d976f61
commit 38dd175927
4 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,8 @@
SUBDIR= libcasper
SUBDIR+= services
SUBDIR.${MK_TESTS}+= tests
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>

View File

@ -6,6 +6,8 @@ SUBDIR+= cap_pwd
SUBDIR+= cap_random
SUBDIR+= cap_sysctl
SUBDIR.${MK_TESTS}+= tests
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>

View File

@ -0,0 +1,8 @@
# $FreeBSD$
TESTSDIR= ${TESTSBASE}/lib/libcasper/services
.PATH: ${SRCTOP}/tests
KYUAFILE= yes
.include <bsd.test.mk>

View File

@ -0,0 +1,8 @@
# $FreeBSD$
TESTSDIR= ${TESTSBASE}/lib/libcasper
.PATH: ${SRCTOP}/tests
KYUAFILE= yes
.include <bsd.test.mk>