5d625b5435
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`.
11 lines
139 B
Makefile
11 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= gtest
|
|
SUBDIR+= .WAIT
|
|
SUBDIR+= gmock
|
|
SUBDIR+= .WAIT
|
|
SUBDIR+= gmock_main
|
|
SUBDIR+= gtest_main
|
|
|
|
.include <bsd.subdir.mk>
|