adds gmock_doctor.py to the distro

This commit is contained in:
zhanyong.wan 2013-11-21 18:38:42 +00:00
parent 35877b7967
commit 88080ee943

View File

@ -154,6 +154,10 @@ EXTRA_DIST += \
scripts/generator/cpp/utils.py \ scripts/generator/cpp/utils.py \
scripts/generator/gmock_gen.py scripts/generator/gmock_gen.py
# Script for diagnosing compiler errors in programs that use Google
# Mock.
EXTRA_DIST += scripts/gmock_doctor.py
# CMake scripts. # CMake scripts.
EXTRA_DIST += \ EXTRA_DIST += \
CMakeLists.txt CMakeLists.txt