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.