KO
|
EN
gitlite — search
Search
#php
#python
#ruby
#javascript
#java
#hacktoberfest
#vim
#dotfiles
#metrics
#monitoring
#unmaintained
#bioinformatics
gtest-tap-listener
★ 80
Open GitHub ↗
GoogleTest TAP Listener
Download README (.md)
Explore Similar Repositories
gradle-cucumber-plugin
:
Plugin to support cucumber-jvm in Gradle builds
findbugs-slf4j
:
A SpotBugs/FindBugs plugin to verify usage of SLF4J
dbmigrations
:
A library for the creation, management, and installation of schema updates for relational databases.
nodebox-pyobjc
:
Create 2D visuals in Python.
djmicro
:
Experiment in turning django into a microframework
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gtest-tap-listener
?
Download (.md)
# GTest TAP Listener [](https://github.com/kinow/gtest-tap-listener/actions/workflows/ci.yml) ## 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 an XML writer, 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 [`examples`](https://github.com/kinow/gtest-tap-listener/tree/master/examples) directory for code to be used as reference. ## Write to `stdout` By default, the GoogleTest TAP Listener emits TAP to files with names that match the test names. If you prefer to have the output written to `stdout`, use the definition `GTEST_TAP_PRINT_TO_STDOUT` when compiling your project. ## Changelog See [`CHANGES.md`](CHANGES.md). ## Contributions Feel free to send contributions, pull requests, suggestions or any other feedback to the project. See [`CONTRIBUTING.md`](CONTRIBUTING.md). ## Authors A list of contributors to this repository can be found in [`CONTRIBUTORS.txt`](CONTRIBUTORS.txt). ## Links - <https://github.com/kinow/gtest-tap-listener> - <https://github.com/google/googletest> - <https://tupilabs.com/tap4j/> ## License Licensed under MIT. See [`LICENSE.txt`](LICENSE.txt).