freebsd-dev/cddl/usr.sbin/zfsd/Makefile
Enji Cooper a530b61063 Integrate cddl/usr.sbin/zfds/tests into the FreeBSD test suite
This change integrates the unit tests for zfsd into the test suite using the
integration method described in r345203.

This change removes the `LOCALBASE` includes added for the port version of
googlemock/googletest, as well as unnecessary `LIBADD`/`DPADD` and `CXXFLAGS`
defines, which are included in the `GTEST_CXXFLAGS` variable, as part of
r345203.

Reviewed by:	asomers
Approved by:	emaste (mentor)
MFC after:	2 months
MFC with:	r345203
Differential Revision: https://reviews.freebsd.org/D19552
2019-03-15 21:49:19 +00:00

14 lines
161 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
.include "Makefile.common"
PROG_CXX= zfsd
MAN= zfsd.8
HAS_TESTS=
SUBDIR.${MK_GOOGLETEST}+= tests
.include <bsd.prog.mk>