]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/googletest/tests/Makefile
Revert "MFV: xz 5.6.0"
[FreeBSD/FreeBSD.git] / lib / googletest / tests / Makefile
1
2 .PATH:          ${SRCTOP}/tests
3 KYUAFILE=       yes
4
5 # Note: we start the gmock_main and gmock tests first since those take up to
6 # 60 seconds to build, so starting them late seriously reduces build parallism.
7 SUBDIR=         gmock_main gmock gtest_main gtest
8
9 SUBDIR_PARALLEL=
10
11 .include <bsd.test.mk>