From e0a6e52023797c605fff2df108dedc4b34ef34b8 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Fri, 23 Sep 2016 18:37:37 -0700 Subject: Add php files for make dist. --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.sh') 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` -- cgit v1.2.3