THRIFT-1478 TJSONProtocol in PHP
authorRoger Meier <roger@apache.org>
Tue, 24 Jan 2012 20:18:07 +0000 (20:18 +0000)
committerRoger Meier <roger@apache.org>
Tue, 24 Jan 2012 20:18:07 +0000 (20:18 +0000)
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

.gitignore
lib/php/test/Makefile.am

index acbade1..b97e312 100644 (file)
 /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
index 7739ac8..a4b71db 100755 (executable)
@@ -25,12 +25,9 @@ stubs: ../../../test/ThriftTest.thrift
 
 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