aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2017-07-24 08:11:38 -0700
committerGitHub <noreply@github.com>2017-07-24 08:11:38 -0700
commiteef2edcb8432dea32fe9d62e3f8f5d82677d71fd (patch)
tree1232072e7c728e12f5c3f3d4be1cf7d87543ea7b /tests.sh
parente8a32d07ffc665695b7532b97f96970cdeff977e (diff)
parent74dcf447af2ce8550cd175ca18d98005980a9120 (diff)
downloadprotobuf-eef2edcb8432dea32fe9d62e3f8f5d82677d71fd.tar.gz
protobuf-eef2edcb8432dea32fe9d62e3f8f5d82677d71fd.tar.bz2
protobuf-eef2edcb8432dea32fe9d62e3f8f5d82677d71fd.zip
Merge pull request #3403 from ax3l/topic-cmake-pkgconfig
CMake: Install .pc Files
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index c6eda93e..fa4a3479 100755
--- a/tests.sh
+++ b/tests.sh
@@ -63,6 +63,7 @@ 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\)" |\
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`