Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source files (by Zhanyong Wan).

This commit is contained in:
zhanyong.wan
2009-04-09 03:01:25 +00:00
parent 33c0af07c4
commit 56fe7460a8
3 changed files with 302 additions and 0 deletions

View File

@@ -173,6 +173,11 @@ EXTRA_DIST += include/gmock/gmock-generated-actions.h.pump \
include/gmock/gmock-generated-nice-strict.h.pump \
include/gmock/internal/gmock-generated-internal-utils.h.pump
# Script for fusing Google Mock and Google Test source files.
EXTRA_DIST += \
scripts/fuse_gmock_files.py \
scripts/test/Makefile
# The Google Mock Generator tool from the cppclean project.
EXTRA_DIST += \
scripts/generator/COPYING \