diff options
author | Abseil Team <absl-team@google.com> | 2018-11-14 18:00:04 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-11-15 21:11:19 (GMT) |
commit | c5f08bf91944ce1b19bcf414fa1760e69d20afc2 (patch) | |
tree | 1ea5f98814275865502f9af0698deb4e03f11cf6 /googlemock/CMakeLists.txt | |
parent | d5932506d6eed73ac80b9bcc47ed723c8c74eb1e (diff) | |
download | googletest-c5f08bf91944ce1b19bcf414fa1760e69d20afc2.zip googletest-c5f08bf91944ce1b19bcf414fa1760e69d20afc2.tar.gz googletest-c5f08bf91944ce1b19bcf414fa1760e69d20afc2.tar.bz2 |
Googletest export
One macro to rule them all.
PiperOrigin-RevId: 221462515
Diffstat (limited to 'googlemock/CMakeLists.txt')
-rw-r--r-- | googlemock/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/googlemock/CMakeLists.txt b/googlemock/CMakeLists.txt index 1fd758e..3e72d75 100644 --- a/googlemock/CMakeLists.txt +++ b/googlemock/CMakeLists.txt @@ -153,6 +153,7 @@ $env:Path = \"$project_bin;$env:Path\" cxx_test(gmock-actions_test gmock_main) cxx_test(gmock-cardinalities_test gmock_main) cxx_test(gmock_ex_test gmock_main) + cxx_test(gmock-function-mocker_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) |