mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
TESTSDIR= ${TESTSBASE}/sys/vm
|
|
|
|
ATF_TESTS_C+= mmap_test
|
|
|
|
.include <bsd.test.mk>
|