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