freebsd-skq/tests/sys/vm/Makefile
ngie eed7f1bcd9 Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test
As jhb noted, the actual mmap(2) implementation is under sys/vm, not
sys/kern/, so the correct logical place is tests/sys/vm/, not
tests/sys/kern/

X-MFC with: r282076
MFC after: 6 days
2015-04-27 17:53:09 +00:00

8 lines
92 B
Makefile

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