mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
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
13 lines
176 B
Makefile
13 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= cap_dns
|
|
SUBDIR+= cap_grp
|
|
SUBDIR+= cap_pwd
|
|
SUBDIR+= cap_random
|
|
SUBDIR+= cap_sysctl
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|