summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-03-23 07:23:27 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-03-23 07:23:27 +0000
commit2cd90032a44bd1b1cf9756a7561a86557de204d5 (patch)
treefcfe5e3925ffe080359caf9c4afdd98434947ad9 /Makefile.am
parent1ce454985edf37b17f2f266d499c2b7dec339002 (diff)
downloadgtest-2cd90032a44bd1b1cf9756a7561a86557de204d5.tar.gz
gtest-2cd90032a44bd1b1cf9756a7561a86557de204d5.tar.bz2
gtest-2cd90032a44bd1b1cf9756a7561a86557de204d5.tar.xz
Adds the pump.py script.
git-svn-id: http://googletest.googlecode.com/svn/trunk@400 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f103a3..2ac14ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,6 +13,7 @@ EXTRA_DIST = \
make/Makefile \
scripts/fuse_gtest_files.py \
scripts/gen_gtest_pred_impl.py \
+ scripts/pump.py \
scripts/test/Makefile
# gtest source files that we don't compile directly.