aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-05-10 17:14:29 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-05-10 17:14:29 +0000
commit02f7106557fde1f1075dc53d65ef1f7a11851f93 (patch)
tree6218ed0ee19038e58ffe1f5c6571ed17e195df1c /Makefile.am
parent76c1c612e23d87874669faf0b1c8f74caa4a7eb4 (diff)
downloadgoogletest-02f7106557fde1f1075dc53d65ef1f7a11851f93.tar.gz
googletest-02f7106557fde1f1075dc53d65ef1f7a11851f93.tar.bz2
googletest-02f7106557fde1f1075dc53d65ef1f7a11851f93.zip
Moves the universal printer from gmock to gtest (by Vlad Losev).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index f0aa5c5c..e2a46730 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,6 @@ pkginclude_HEADERS = include/gmock/gmock.h \
include/gmock/gmock-generated-nice-strict.h \
include/gmock/gmock-matchers.h \
include/gmock/gmock-more-actions.h \
- include/gmock/gmock-printers.h \
include/gmock/gmock-spec-builders.h
pkginclude_internaldir = $(pkgincludedir)/internal
@@ -92,7 +91,6 @@ GMOCK_SOURCE_INGLUDES = \
src/gmock-cardinalities.cc \
src/gmock-internal-utils.cc \
src/gmock-matchers.cc \
- src/gmock-printers.cc \
src/gmock-spec-builders.cc
EXTRA_DIST += $(GMOCK_SOURCE_INGLUDES)
@@ -110,8 +108,7 @@ EXTRA_DIST += \
test/gmock-matchers_test.cc \
test/gmock-more-actions_test.cc \
test/gmock-nice-strict_test.cc \
- test/gmock-port_test.cc \
- test/gmock-printers_test.cc
+ test/gmock-port_test.cc
# Python tests, which we don't run using autotools.
EXTRA_DIST += \