mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +01:00
f35f0a756f
of calling is a plain testcase. MFC after: 1 month
13 lines
196 B
Makefile
13 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/vfs
|
|
|
|
ATF_TESTS_C+= lookup_cap_dotdot
|
|
CFLAGS.lookup_cap_dotdot.c+= -I${SRCTOP}/tests
|
|
|
|
TAP_TESTS_SH+= trailing_slash
|
|
|
|
.include <bsd.test.mk>
|