diff options
Diffstat (limited to 'lib/googletest/tests/Makefile')
| -rw-r--r-- | lib/googletest/tests/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/googletest/tests/Makefile b/lib/googletest/tests/Makefile new file mode 100644 index 000000000000..350e0fe765fe --- /dev/null +++ b/lib/googletest/tests/Makefile @@ -0,0 +1,13 @@ +.PATH: ${SRCTOP}/tests + +PACKAGE= tests + +KYUAFILE= yes + +# Note: we start the gmock_main and gmock tests first since those take up to +# 60 seconds to build, so starting them late seriously reduces build parallism. +SUBDIR= gmock_main gmock gtest_main gtest + +SUBDIR_PARALLEL= + +.include <bsd.test.mk> |
