xref: /freebsd/lib/googletest/tests/Makefile (revision 9978553d0199e7ec0bdd1c44fc7f6c7b0c11e43b)
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