xref: /freebsd/lib/googletest/tests/Makefile (revision bf4c7487f25d3891425a9ba54516b740a948876b)
1.PATH:		${SRCTOP}/tests
2
3PACKAGE=	tests
4
5KYUAFILE=	yes
6
7# Note: we start the gmock_main and gmock tests first since those take up to
8# 60 seconds to build, so starting them late seriously reduces build parallism.
9SUBDIR=		gmock_main gmock gtest_main gtest
10
11SUBDIR_PARALLEL=
12
13.include <bsd.test.mk>
14