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