THRIFT-1478 TJSONProtocol in PHP
fix: remove dist and add lunit log format
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1235467 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/php/test/Makefile.am b/lib/php/test/Makefile.am
index 7739ac8..a4b71db 100755
--- a/lib/php/test/Makefile.am
+++ b/lib/php/test/Makefile.am
@@ -25,12 +25,9 @@
if HAVE_PHPUNIT
check: stubs
- $(PHPUNIT) protocol/TestTJSONProtocol.php
+ $(PHPUNIT) --log-junit=phpunit.xml protocol/TestTJSONProtocol.php
endif
clean-local:
$(RM) -r gen-php
-EXTRA_DIST = \
- Fixtures.cpp \
- protocol/TestTJSONProtocol.php