mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 11:43:29 +01:00
Merge branch 'master' of github.com:philsquared/Catch
# By Martin Moene # Via Martin Moene * 'master' of github.com:philsquared/Catch: Added bundled compact reporter Fixed link to reference section
This commit is contained in:
commit
6e00e5e86f
@ -15,7 +15,7 @@ This documentation comprises these three parts:
|
|||||||
|
|
||||||
* [Why do we need yet another C++ Test Framework?](docs/why-catch.md)
|
* [Why do we need yet another C++ Test Framework?](docs/why-catch.md)
|
||||||
* [Tutorial](docs/tutorial.md) - getting started
|
* [Tutorial](docs/tutorial.md) - getting started
|
||||||
* [Reference section](docs/reference-index.md) - all the details
|
* [Reference section](docs/Readme.md) - all the details
|
||||||
|
|
||||||
The documentation will continue until morale improves
|
The documentation will continue until morale improves
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@ A reporter is an object that formats and structures the output of running tests,
|
|||||||
The bundled reporters are:
|
The bundled reporters are:
|
||||||
|
|
||||||
<pre>-r console
|
<pre>-r console
|
||||||
|
-r compact
|
||||||
-r xml
|
-r xml
|
||||||
-r junit
|
-r junit
|
||||||
</pre>
|
</pre>
|
||||||
@ -152,4 +153,4 @@ Prints the command line arguments to stdout
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Home](../README.md)
|
[Home](../README.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user