93900fe76d
memfd_create is implemented on top of posixshm, so this is a logically correct place for them to be. Moreover, this reduces the number of places to look to run tests when working in this part of the tree. Discussed with: kib (to some extent, a while ago)
11 lines
143 B
Makefile
11 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/posixshm
|
|
|
|
ATF_TESTS_C+= memfd_test
|
|
ATF_TESTS_C+= posixshm_test
|
|
|
|
.include <bsd.test.mk>
|