2015-10-14 08:16:15 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-03 00:34:23 +00:00
|
|
|
PACKAGE= tests
|
2016-05-04 23:20:53 +00:00
|
|
|
|
2015-10-14 08:16:15 +00:00
|
|
|
TESTSDIR= ${TESTSBASE}/sys/vfs
|
|
|
|
|
2016-12-12 17:23:09 +00:00
|
|
|
ATF_TESTS_C+= lookup_cap_dotdot
|
|
|
|
CFLAGS.lookup_cap_dotdot.c+= -I${SRCTOP}/tests
|
|
|
|
|
2017-11-17 19:25:39 +00:00
|
|
|
#ATF_TESTS_SH+= lookup_test
|
|
|
|
|
2017-06-28 08:29:20 +00:00
|
|
|
TAP_TESTS_SH+= trailing_slash
|
2015-10-14 08:16:15 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|