Adds a cmake target for gmock_ex_test; also fixes name shadowing warnings.

This commit is contained in:
zhanyong.wan
2013-03-01 21:28:40 +00:00
parent c896504e41
commit a1a98f840e
2 changed files with 8 additions and 7 deletions

View File

@@ -103,6 +103,7 @@ if (gmock_build_tests)
cxx_test(gmock-actions_test gmock_main)
cxx_test(gmock-cardinalities_test gmock_main)
cxx_test(gmock_ex_test gmock_main)
cxx_test(gmock-generated-actions_test gmock_main)
cxx_test(gmock-generated-function-mockers_test gmock_main)
cxx_test(gmock-generated-internal-utils_test gmock_main)