Changeset View
Changeset View
Standalone View
Standalone View
lib/googletest/tests/Makefile
| .PATH: ${SRCTOP}/tests | .PATH: ${SRCTOP}/tests | ||||
| PACKAGE= tests | |||||
| KYUAFILE= yes | KYUAFILE= yes | ||||
| # Note: we start the gmock_main and gmock tests first since those take up to | # 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. | # 60 seconds to build, so starting them late seriously reduces build parallism. | ||||
| SUBDIR= gmock_main gmock gtest_main gtest | SUBDIR= gmock_main gmock gtest_main gtest | ||||
| SUBDIR_PARALLEL= | SUBDIR_PARALLEL= | ||||
| .include <bsd.test.mk> | .include <bsd.test.mk> | ||||