2aa00a6001
Sponsored by: The FreeBSD Foundation
11 lines
161 B
Makefile
11 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
TESTSDIR= ${TESTSBASE}/sys/posixshm
|
|
|
|
ATF_TESTS_C+= posixshm_test
|
|
|
|
.include <bsd.test.mk>
|