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