[PATCH] D28156: Add the 'googlemock' component of Google Test to LLVM's unittest libraries.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 14:43:32 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL291606: Add the 'googlemock' component of Google Test to LLVM's unittest libraries. (authored by chandlerc).
Changed prior to commit:
https://reviews.llvm.org/D28156?vs=83663&id=83877#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28156
Files:
llvm/trunk/cmake/modules/AddLLVM.cmake
llvm/trunk/utils/unittest/CMakeLists.txt
llvm/trunk/utils/unittest/UnitTestMain/TestMain.cpp
llvm/trunk/utils/unittest/googlemock/LICENSE.txt
llvm/trunk/utils/unittest/googlemock/README.LLVM
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-actions.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-cardinalities.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-generated-actions.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-generated-function-mockers.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-generated-nice-strict.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-matchers.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-more-actions.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-more-matchers.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
llvm/trunk/utils/unittest/googlemock/include/gmock/gmock.h
llvm/trunk/utils/unittest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
llvm/trunk/utils/unittest/googlemock/include/gmock/internal/custom/gmock-matchers.h
llvm/trunk/utils/unittest/googlemock/include/gmock/internal/custom/gmock-port.h
llvm/trunk/utils/unittest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h
llvm/trunk/utils/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
llvm/trunk/utils/unittest/googlemock/include/gmock/internal/gmock-port.h
llvm/trunk/utils/unittest/googlemock/src/gmock-all.cc
llvm/trunk/utils/unittest/googlemock/src/gmock-cardinalities.cc
llvm/trunk/utils/unittest/googlemock/src/gmock-internal-utils.cc
llvm/trunk/utils/unittest/googlemock/src/gmock-matchers.cc
llvm/trunk/utils/unittest/googlemock/src/gmock-spec-builders.cc
llvm/trunk/utils/unittest/googlemock/src/gmock.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28156.83877.patch
Type: text/x-patch
Size: 683723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170110/45f0f480/attachment-0001.bin>
More information about the llvm-commits
mailing list