aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2013-08-27 21:31:58 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2013-08-27 21:31:58 +0000
commit778358e3f1815737f9d13eacb1346e1b2fb41cdc (patch)
tree896daf2d380ed091607f150d5ad31feab022175f
parent35da814a99e6c273494779a342943c2f4ef6ffd6 (diff)
downloadgoogletest-778358e3f1815737f9d13eacb1346e1b2fb41cdc.tar.gz
googletest-778358e3f1815737f9d13eacb1346e1b2fb41cdc.tar.bz2
googletest-778358e3f1815737f9d13eacb1346e1b2fb41cdc.zip
adds more files to gmock's distro
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6277cc58..0eb7bd8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -100,7 +100,9 @@ EXTRA_DIST += $(GMOCK_SOURCE_INGLUDES)
# C++ tests that we don't compile using autotools.
EXTRA_DIST += \
test/gmock-actions_test.cc \
+ test/gmock_all_test.cc \
test/gmock-cardinalities_test.cc \
+ test/gmock_ex_test.cc \
test/gmock-generated-actions_test.cc \
test/gmock-generated-function-mockers_test.cc \
test/gmock-generated-internal-utils_test.cc \
@@ -110,7 +112,7 @@ EXTRA_DIST += \
test/gmock-more-actions_test.cc \
test/gmock-nice-strict_test.cc \
test/gmock-port_test.cc \
- test/gmock_all_test.cc
+ test/gmock_stress_test.cc
# Python tests, which we don't run using autotools.
EXTRA_DIST += \