Skip to content

Commit

Permalink
update r648
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jul 13, 2014
1 parent bd53311 commit f8a42f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.exe
*.gcda
*.gcno
coverage.info
test/*.xml

2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ matrix:
include:
- compiler: gcc
env: USE_COVERAGE=lcov
- compiler: gcc
env: USE_COVERAGE=gcov
- compiler: gcc
env: COVERITY_SCAN=1
addons:
Expand Down
1 change: 1 addition & 0 deletions include/iutest_ver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<li>operatoer == のないオブジェクトの IUTEST_*_EQ 対応</li>
<li>operatoer != のないオブジェクトの IUTEST_*_NE 対応</li>
<li>junit xml 出力に対応(--iutest_output=junit)</li>
<li>ARM対応</li>
</ul>
</li>
<li>v1.9.1.0
Expand Down

0 comments on commit f8a42f1

Please sign in to comment.