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
/lib/php/src/ext/thrift_protocol/php_thrift_protocol.lo
/lib/php/src/ext/thrift_protocol/run-tests.php
/lib/php/src/ext/thrift_protocol/thrift_protocol.la
+/lib/php/test/Makefile
+/lib/php/test/Makefile.in
/lib/erl/logs/
/lib/erl/Makefile
/lib/erl/Makefile.in
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