- fix(tap.h): Adding ' ...' to correctly end a YAML block #19 thanks @Samxamnom
- Added extensions to project files (e.g. LICENSE.md), preferring Markdown where possible (for GitHub).
- Updated Changelog to include existing releases.
- Added initial CMake configuration (probably needs some more working - pull requests are welcome!).
- Added
CONTRIBUTING.md
. - Made all GitHub documentation files Markdown.
- Renamed
samples
toexamples
- Added CI with GitHub Actions (builds main library/interface and also an example executable).
- Added more documentation (including definitions/directives).
- Added
cstdlib
- Added support to reading a TAP file prefix from env var
GTEST_TAP_FILENAME_PREFIX
- Add
algorithm
(due tosearch
call)
- Added TAP 13 Version TAP header
- Added TAP test numbers
- Prints comments as diagnostics if
GTEST_TAP_13_DIAGNOSTIC
is defined
- Update docs
- Created first tag for project
- Removed CMakefile
- Added Makefile for running samples
- Removed objects for tests for simplicity
- Removed call to comments attribute as this has been removed in Google Test
- Initial implementation of the TAP protocol with a GTest event listener
- OK test status
- NOT_OK test status
- SKIP directive
- Comments
- Test Plan
- One TAP file for each GTest Test Case
- Output TAP file