mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
A follow-up to r309887. Several tests copied verbatim from https://github.com/emaste/snippets/blob/master/test_openat.c . Reviewed by: kib@, ngie@ (earlier version) X-MFC-With: r309887 Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D8748
12 lines
198 B
Makefile
12 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/vfs
|
|
|
|
ATF_TESTS_C+= lookup_cap_dotdot
|
|
CFLAGS.lookup_cap_dotdot.c+= -I${SRCTOP}/tests
|
|
|
|
PLAIN_TESTS_SH+= trailing_slash
|
|
|
|
.include <bsd.test.mk>
|