From 487dfadcf19468b67c17a70fc715d53e83befcd9 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Tue, 19 Aug 2014 09:25:25 +0200 Subject: [PATCH 1/2] Fixed link to reference section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5992a4a..f4cb5999 100644 --- a/README.md +++ b/README.md @@ -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 From 3e025cc2b645e39ad67ad61e5b61661f21f7607c Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Tue, 19 Aug 2014 23:43:51 +0200 Subject: [PATCH 2/2] Added bundled compact reporter --- docs/command-line.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index af0c5383..f534d858 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -60,6 +60,7 @@ A reporter is an object that formats and structures the output of running tests, The bundled reporters are:
-r console
+-r compact
 -r xml
 -r junit
 
@@ -152,4 +153,4 @@ Prints the command line arguments to stdout --- -[Home](../README.md) \ No newline at end of file +[Home](../README.md)