4fdc3d75b9
test suite as tests/sys/posixshm Some other highlights: - Convert the testcases over to ATF - Don't use hardcoded paths to /tmp (which violate the ATF/kyua samdbox); use mkstemp to generate temporary paths for non-SHM_ANON shm objects. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
8 lines
102 B
Makefile
8 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/posixshm
|
|
|
|
ATF_TESTS_C+= posixshm_test
|
|
|
|
.include <bsd.test.mk>
|