aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2017-08-24 14:11:37 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2017-08-24 14:11:37 -0700
commitd8c6193d2c18105b9c130ec5adb030ba0945347d (patch)
tree823ff5b369bb489d9933adf0ebe3fd0ceb1f466f /tests.sh
parent92ea0d20ef3ec24732471fb177328d3e0983fc1f (diff)
Add mising cmake files in dist
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index d1778465..0bdc1284 100755
--- a/tests.sh
+++ b/tests.sh
@@ -63,7 +63,6 @@ build_cpp_distcheck() {
# List all files that should be included in the distribution package.
git ls-files | grep "^\(java\|python\|objectivec\|csharp\|js\|ruby\|php\|cmake\|examples\|src/google/protobuf/.*\.proto\)" |\
grep -v ".gitignore" | grep -v "java/compatibility_tests" |\
- grep -v "cmake/protobuf.*\.pc\.cmake" |\
grep -v "python/compatibility_tests" | grep -v "csharp/compatibility_tests" > dist.lst
# Unzip the dist tar file.
DIST=`ls *.tar.gz`