Skip to content

Commit

Permalink
THRIFT-1478 TJSONProtocol in PHP
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bufferoverflow committed Jan 24, 2012
1 parent 6823b6d commit ac70b5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@
/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
Expand Down
5 changes: 1 addition & 4 deletions lib/php/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ac70b5f

Please sign in to comment.