From 9b8371cf84b3a3599990cbc94a5a490c3ede4740 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Fri, 25 Aug 2017 09:21:40 +0200 Subject: [PATCH] Add table of contents to Tutorial --- docs/tutorial.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index 80465ba2..ebc20fd2 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -1,6 +1,15 @@ # Tutorial +**Contents** +[Getting Catch](#getting-catch) +[Where to put it?](#where-to-put-it) +[Writing tests](#writing-tests) +[Test cases and sections](#test-cases-and-sections) +[BDD-Style](#bdd-style) +[Scaling up](#scaling-up) +[Next steps](#next-steps) + ## Getting Catch The simplest way to get Catch is to download the latest [single header version](https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp). The single header is generated by merging a set of individual headers but it is still just normal source code in a header file.