mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/vm
|
|
|
|
ATF_TESTS_C+= mmap_test
|
|
|
|
.include <bsd.test.mk>
|