Update bundled gtest to latest version (1.3.0) and include it as a
nested autoconf package rather than as raw source. This way we can trivially update it again in the future. Actually, this change doesn't even include gtest in protobuf's SVN. Instead, we auto-download it when autogen.sh is invoked. Note that it will be included in release distributions, though. TODO: * Add a configure option to use the system's installed gtest rather than the bundled copy. Apparently the gtest maintainers are working on some general-purpose autoconf macros which will do this automagically. * Update MSVC project files.
Showing
src/gtest/CHANGES
deleted
100644 → 0
src/gtest/COPYING
deleted
100644 → 0
src/gtest/README
deleted
100644 → 0
src/gtest/gtest.cc
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/gtest/gtest.h
deleted
100644 → 0
Please
register
or
sign in
to comment