GTest TAP Listener 0.2
============================
https://github.com/kinow/gtest-tap-listener
http://code.google.com/p/googletest/
http://www.tap4j.org
Overview
--------
This is a small contribution to Google Test. Oliver and I were working on an
issue in Jenkins plug-in when he told me about Google Test. As this plug-in
relies heavily on TAP, we talked about how it looked like a good idea have TAP
in GoogleTest.
Although GoogleTest has a XML outputter, it lacks a TAP one. Using its Event
Listeners model it was quite easy to implement this first version of this TAP
listener.
See the samples directory for code to be used as reference. Feel free to send
contributions, pull requests, suggestions or any other feedback to the project.