mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
196 B
Makefile
12 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>
|