mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
12 lines
146 B
Makefile
12 lines
146 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/cddl
|
|
|
|
TESTS_SUBDIRS+= ${_zfs}
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
_zfs= zfs
|
|
.endif
|
|
|
|
.include <bsd.test.mk>
|