1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/tests/sys/vm/Makefile
John Baldwin 95eee0d40b 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>