ngie 5d625b5435 Unconditionally build/install libg{mock,test}_main
They are supporting libraries and as such, will need to be built/installed
when MK_TESTS == no during buildworld, i.e., the "make libraries" phase.

Otherwise, dependent components cannot rely on the libraries, like
`cddl/usr.sbin/zfsd/tests`.
2019-02-20 00:15:25 +00:00

11 lines
139 B
Makefile

# $FreeBSD$
SUBDIR+= gtest
SUBDIR+= .WAIT
SUBDIR+= gmock
SUBDIR+= .WAIT
SUBDIR+= gmock_main
SUBDIR+= gtest_main
.include <bsd.subdir.mk>