README 752 B

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