Add gtest header and libs
authorPeng Li <seudut@gmail.com>
Tue, 17 Jul 2018 07:46:12 +0000 (15:46 +0800)
committerPeng Li <seudut@gmail.com>
Tue, 17 Jul 2018 07:46:12 +0000 (15:46 +0800)
commitdc61623b37872ca870ce28c7e8918056d98f0f9b
treef9f864410b3736936acdfcfdf5b6aaf3621dba48
parent578aed337971d2374a327c37862ce596c7dd3c00
Add gtest header and libs
55 files changed:
third_party/googletest/include/gmock/gmock-actions.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-cardinalities.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-generated-actions.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-generated-actions.h.pump [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-generated-function-mockers.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-generated-function-mockers.h.pump [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-generated-matchers.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-generated-matchers.h.pump [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-generated-nice-strict.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-generated-nice-strict.h.pump [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-matchers.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-more-actions.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-more-matchers.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock-spec-builders.h [new file with mode: 0644]
third_party/googletest/include/gmock/gmock.h [new file with mode: 0644]
third_party/googletest/include/gmock/internal/custom/gmock-generated-actions.h [new file with mode: 0644]
third_party/googletest/include/gmock/internal/custom/gmock-generated-actions.h.pump [new file with mode: 0644]
third_party/googletest/include/gmock/internal/custom/gmock-matchers.h [new file with mode: 0644]
third_party/googletest/include/gmock/internal/custom/gmock-port.h [new file with mode: 0644]
third_party/googletest/include/gmock/internal/gmock-generated-internal-utils.h [new file with mode: 0644]
third_party/googletest/include/gmock/internal/gmock-generated-internal-utils.h.pump [new file with mode: 0644]
third_party/googletest/include/gmock/internal/gmock-internal-utils.h [new file with mode: 0644]
third_party/googletest/include/gmock/internal/gmock-port.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest-death-test.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest-message.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest-param-test.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest-param-test.h.pump [new file with mode: 0644]
third_party/googletest/include/gtest/gtest-printers.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest-spi.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest-test-part.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest-typed-test.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest_pred_impl.h [new file with mode: 0644]
third_party/googletest/include/gtest/gtest_prod.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/custom/gtest-port.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/custom/gtest-printers.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/custom/gtest.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-death-test-internal.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-filepath.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-internal.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-linked_ptr.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-param-util-generated.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-param-util-generated.h.pump [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-param-util.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-port-arch.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-port.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-string.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-tuple.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-tuple.h.pump [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-type-util.h [new file with mode: 0644]
third_party/googletest/include/gtest/internal/gtest-type-util.h.pump [new file with mode: 0644]
third_party/googletest/lib/libgmock.a [new file with mode: 0644]
third_party/googletest/lib/libgmock_main.a [new file with mode: 0644]
third_party/googletest/lib/libgtest.a [new file with mode: 0644]
third_party/googletest/lib/libgtest_main.a [new file with mode: 0644]