eed7f1bcd9
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
8 lines
92 B
Makefile
8 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/vm
|
|
|
|
TAP_TESTS_C+= mmap_test
|
|
|
|
.include <bsd.test.mk>
|