A test to verify correcteness of Google Mock on multiple threads.

This commit is contained in:
vladlosev
2011-05-11 08:18:45 +00:00
parent a63da04126
commit 47be72a952
2 changed files with 326 additions and 1 deletions

View File

@@ -114,9 +114,12 @@ if (gmock_build_tests)
cxx_test(gmock-port_test gmock_main)
cxx_test(gmock-spec-builders_test gmock_main)
cxx_test(gmock_link_test gmock_main test/gmock_link2_test.cc)
# cxx_test(gmock_stress_test gmock)
cxx_test(gmock_test gmock_main)
if (CMAKE_USE_PTHREADS_INIT)
cxx_test(gmock_stress_test gmock)
endif()
# gmock_all_test is commented to save time building and running tests.
# Uncomment if necessary.
# cxx_test(gmock_all_test gmock_main)