38dd175927
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
11 lines
122 B
Makefile
11 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcasper
|
|
SUBDIR+= services
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|