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