freebsd-skq/tests/sys/vm/Makefile
jhb 34fe2df04e Convert the map_at_zero test case to ATF. In particular, this will
facilitate adding more mmap() tests.

MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D3268
2015-08-06 16:12:12 +00:00

8 lines
92 B
Makefile

# $FreeBSD$
TESTSDIR= ${TESTSBASE}/sys/vm
ATF_TESTS_C+= mmap_test
.include <bsd.test.mk>