summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKengo Seki <sekikn@apache.org>2019-10-09 06:57:53 +0900
committerDuru Can Celasun <dcelasun@apache.org>2019-10-08 22:57:53 +0100
commitcaf8904913172b8ed37374a91751d36f404adcee (patch)
tree820c98ad1f48b221da627443c450c917b2ca4df1
parentdfa74bc99e8c71d6b7d7091f103754e1ebfdf45a (diff)
downloadthrift-caf8904913172b8ed37374a91751d36f404adcee.tar.gz
THRIFT-4969: PHP test doesn't check the code generation with php:classmap
Client: php This closes #1889.
-rwxr-xr-xtest/php/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/php/Makefile.am b/test/php/Makefile.am
index 52765ee3b..9e13affa1 100755
--- a/test/php/Makefile.am
+++ b/test/php/Makefile.am
@@ -21,7 +21,7 @@ stubs: ../ThriftTest.thrift
$(THRIFT) --gen php ../ThriftTest.thrift
$(THRIFT) --gen php:inlined ../ThriftTest.thrift
$(MKDIR_P) gen-php-classmap
- $(THRIFT) -out gen-php-classmap --gen php ../ThriftTest.thrift
+ $(THRIFT) -out gen-php-classmap --gen php:classmap ../ThriftTest.thrift
php_ext_dir:
mkdir -p php_ext_dir