mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
9 lines
131 B
Makefile
9 lines
131 B
Makefile
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/posixshm
|
|
|
|
ATF_TESTS_C+= memfd_test
|
|
ATF_TESTS_C+= posixshm_test
|
|
|
|
.include <bsd.test.mk>
|