mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/vm
|
|
|
|
ATF_TESTS_C+= mlock_test \
|
|
mmap_test
|
|
|
|
.include <bsd.test.mk>
|