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