Add table of contents

This commit is contained in:
Martin Moene
2017-08-28 22:42:26 +02:00
committed by Martin Hořeňovský
parent c5553019cc
commit 07211cea9c
5 changed files with 54 additions and 0 deletions

View File

@@ -1,6 +1,15 @@
<a id="top"></a>
# 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.