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:
Phil Nash 2014-08-20 08:11:04 +01:00
commit 6e00e5e86f
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ This documentation comprises these three parts:
* [Why do we need yet another C++ Test Framework?](docs/why-catch.md)
* [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

View File

@ -60,6 +60,7 @@ A reporter is an object that formats and structures the output of running tests,
The bundled reporters are:
<pre>-r console
-r compact
-r xml
-r junit
</pre>
@ -152,4 +153,4 @@ Prints the command line arguments to stdout
---
[Home](../README.md)
[Home](../README.md)