aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2016-09-23 18:37:37 -0700
committerGravatar Bo Yang <teboring@google.com>2016-10-10 11:44:21 -0700
commite0a6e52023797c605fff2df108dedc4b34ef34b8 (patch)
tree5475a1dd087cb9870ca13881c3e9a3e00f787cfe /tests.sh
parent17cc42a45aeab0f78a137fa6be6c36095db32e58 (diff)
Add php files for make dist.
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 71fd9706..a39448ac 100755
--- a/tests.sh
+++ b/tests.sh
@@ -52,7 +52,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`