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