Mesa (master): gtest: Fix up import of gtest 1.6.0

Ian Romanick idr at kemper.freedesktop.org
Fri Apr 13 00:22:16 UTC 2012


Module: Mesa
Branch: master
Commit: 3d000e7dd14c3185b9e27a6c38a67288b4d10431
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d000e7dd14c3185b9e27a6c38a67288b4d10431

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Thu Mar 29 15:31:27 2012 -0700

gtest: Fix up import of gtest 1.6.0

The include files were all missing.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>
Acked-by: Eric Anholt <eric at anholt.net>

---

 src/gtest/Makefile.am                              |    3 +-
 src/gtest/include/gtest/gtest-death-test.h         |  283 ++
 src/gtest/include/gtest/gtest-message.h            |  230 +
 src/gtest/include/gtest/gtest-param-test.h         | 1421 ++++++
 src/gtest/include/gtest/gtest-param-test.h.pump    |  487 ++
 src/gtest/include/gtest/gtest-printers.h           |  796 ++++
 src/gtest/include/gtest/gtest-spi.h                |  232 +
 src/gtest/include/gtest/gtest-test-part.h          |  176 +
 src/gtest/include/gtest/gtest-typed-test.h         |  259 ++
 src/gtest/include/gtest/gtest.h                    | 2155 +++++++++
 src/gtest/include/gtest/gtest_pred_impl.h          |  358 ++
 src/gtest/include/gtest/gtest_prod.h               |   58 +
 .../gtest/internal/gtest-death-test-internal.h     |  308 ++
 src/gtest/include/gtest/internal/gtest-filepath.h  |  210 +
 src/gtest/include/gtest/internal/gtest-internal.h  | 1226 +++++
 .../include/gtest/internal/gtest-linked_ptr.h      |  233 +
 .../gtest/internal/gtest-param-util-generated.h    | 4822 ++++++++++++++++++++
 .../internal/gtest-param-util-generated.h.pump     |  301 ++
 .../include/gtest/internal/gtest-param-util.h      |  619 +++
 src/gtest/include/gtest/internal/gtest-port.h      | 1775 +++++++
 src/gtest/include/gtest/internal/gtest-string.h    |  350 ++
 src/gtest/include/gtest/internal/gtest-tuple.h     |  968 ++++
 .../include/gtest/internal/gtest-tuple.h.pump      |  336 ++
 src/gtest/include/gtest/internal/gtest-type-util.h | 3330 ++++++++++++++
 .../include/gtest/internal/gtest-type-util.h.pump  |  296 ++
 25 files changed, 21231 insertions(+), 1 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=3d000e7dd14c3185b9e27a6c38a67288b4d10431



More information about the mesa-commit mailing list