aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2016-11-18 15:36:28 -0800
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2016-11-18 15:36:28 -0800
commit599613e4c481781ad91cc8fba47e795ef15d7e5a (patch)
treed284bd4ee38136bfc0afc6791e5300d774559ce0 /tests.sh
parent1f077a01831c3f4c54a114fc8ca47db4d5f1aec9 (diff)
Update EXTRA_DIST lists.
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 4ac6b7c6..eb8255e1 100755
--- a/tests.sh
+++ b/tests.sh
@@ -51,7 +51,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\|cmake\|examples\)" |\
+ git ls-files | grep "^\(java\|python\|objectivec\|csharp\|js\|ruby\|php\|cmake\|examples\)" |\
grep -v ".gitignore" | grep -v "java/compatibility_tests" > dist.lst
# Unzip the dist tar file.
DIST=`ls *.tar.gz`