1PACKAGE= tests 2 3TESTSDIR= ${TESTSBASE}/sys/posixshm 4 5ATF_TESTS_C+= memfd_test 6ATF_TESTS_C+= posixshm_test 7 8.include <bsd.test.mk> 9