mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Add reporter for Automake (#826)
This allows for integration with Automake's default log compiler. See #826 for more details.
This commit is contained in:

committed by
Martin Hořeňovský

parent
9bab7c8229
commit
b753f05d74
@@ -43,6 +43,11 @@ e.g.:
|
||||
|
||||
Being specific to TeamCity this is the best reporter to use with it - but it is completely unsuitable for any other purpose. It is a streaming format (it writes as it goes) - although test results don't appear in the TeamCity interface until the completion of a suite (usually the whole test run).
|
||||
|
||||
## Automake Reporter
|
||||
```-r automake```
|
||||
|
||||
The Automake Reporter writes out the [meta tags](https://www.gnu.org/software/automake/manual/html_node/Log-files-generation-and-test-results-recording.html#Log-files-generation-and-test-results-recording) expected by automake via `make check`.
|
||||
|
||||
# Low-level tools
|
||||
|
||||
## CMake
|
||||
|
Reference in New Issue
Block a user