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