aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2017-08-23 11:35:48 -0700
committerJisi Liu <jisi.liu@gmail.com>2017-08-23 11:35:48 -0700
commit55fdbe58f08071b34e96ce97a294afa06e4cb3e9 (patch)
tree265b25cc4537047f98d09795bae1c6c952aa76fd /tests.sh
parent30681c757820bfdf063a41ad749f88552e21dcef (diff)
downloadprotobuf-55fdbe58f08071b34e96ce97a294afa06e4cb3e9.tar.gz
protobuf-55fdbe58f08071b34e96ce97a294afa06e4cb3e9.tar.bz2
protobuf-55fdbe58f08071b34e96ce97a294afa06e4cb3e9.zip
Make distcheck aware of test proto files.
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index cfc08c35..d1778465 100755
--- a/tests.sh
+++ b/tests.sh
@@ -61,7 +61,7 @@ build_cpp_distcheck() {
make dist
# List all files that should be included in the distribution package.
- git ls-files | grep "^\(java\|python\|objectivec\|csharp\|js\|ruby\|php\|cmake\|examples\)" |\
+ 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