]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/posixshm/Makefile
tests: move the memfd tests over to sys/posixshm
[FreeBSD/FreeBSD.git] / tests / sys / posixshm / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sys/posixshm
6
7 ATF_TESTS_C+=   memfd_test
8 ATF_TESTS_C+=   posixshm_test
9
10 .include <bsd.test.mk>