Hein-Pieter van Braam 654a67536b Initial commit před 9 roky
..
Default 654a67536b Initial commit před 9 roky
samples 654a67536b Initial commit před 9 roky
src 654a67536b Initial commit před 9 roky
CHANGES 654a67536b Initial commit před 9 roky
CONTRIBUTORS 654a67536b Initial commit před 9 roky
COPYING 654a67536b Initial commit před 9 roky
INSTALL 654a67536b Initial commit před 9 roky
README 654a67536b Initial commit před 9 roky

README

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.