All Projects → kinow → gtest-tap-listener

kinow / gtest-tap-listener

Licence: MIT license
GoogleTest TAP Listener

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to gtest-tap-listener

googletest-ci
Continuous integration (CI) + Google Test (gtest) + CMake example boilerplate demo
Stars: ✭ 14 (-80%)
Mutual labels:  googletest, gtest
rspec-tap-formatters
TAP Producer for RSpec-3
Stars: ✭ 20 (-71.43%)
Mutual labels:  tap
Rabtap
RabbitMQ wire tap and swiss army knife
Stars: ✭ 171 (+144.29%)
Mutual labels:  tap
action-homebrew-bump-formula
⚙️ A GitHub Action to easily bump Homebrew formula on new release
Stars: ✭ 68 (-2.86%)
Mutual labels:  tap
Bats Core
Bash Automated Testing System
Stars: ✭ 2,820 (+3928.57%)
Mutual labels:  tap
homebrew-ecmascript
Homebrew formulae for ECMAScript engines
Stars: ✭ 13 (-81.43%)
Mutual labels:  tap
Zunit
A powerful testing framework for ZSH projects
Stars: ✭ 140 (+100%)
Mutual labels:  tap
gestures
A library for normalized events and gesture for desktop and mobile.
Stars: ✭ 31 (-55.71%)
Mutual labels:  tap
react-fastclick
A react component that triggers click events for taps (short localized touches)
Stars: ✭ 20 (-71.43%)
Mutual labels:  tap
EmbedSanitizer
EmbedSantizer is a runtime race detection tool which extends ThreadSanitizer to detect data races in 32-bit ARM applications.
Stars: ✭ 16 (-77.14%)
Mutual labels:  googletest
karma-tap
Let your Karma tests to consume TAP output
Stars: ✭ 29 (-58.57%)
Mutual labels:  tap
Tape Run
Headless tape test runner
Stars: ✭ 221 (+215.71%)
Mutual labels:  tap
dextool
Suite of C/C++ tooling built on LLVM/Clang
Stars: ✭ 81 (+15.71%)
Mutual labels:  googletest
Homebrew Terraforms
Homebrew repository for a Terraform version switcher and all Terraform versions
Stars: ✭ 174 (+148.57%)
Mutual labels:  tap
homebrew-mopidy
Homebrew formulas for Mopidy and Mopidy extensions
Stars: ✭ 21 (-70%)
Mutual labels:  tap
Reflow
Content-routable socks5 proxy switcher for your entire LAN.
Stars: ✭ 170 (+142.86%)
Mutual labels:  tap
homebrew-apple-fonts
Easily install Apples fonts using homebrew.
Stars: ✭ 12 (-82.86%)
Mutual labels:  tap
fusuma-plugin-tap
Tap and Hold gestures plugin for Fusuma
Stars: ✭ 16 (-77.14%)
Mutual labels:  tap
refactoring-for-testability-cpp
Hard-to-test patterns in C++ and how to refactor them
Stars: ✭ 40 (-42.86%)
Mutual labels:  gtest
homebrew-srm
Homebrew tap for srm since Apple and Homebrew decided nobody had mechanical disks anymore.
Stars: ✭ 14 (-80%)
Mutual labels:  tap
GTest TAP Listener 0.4
============================

https://github.com/kinow/gtest-tap-listener
https://github.com/google/googletest
https://tupilabs.com/tap4j/

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].