Add page titles

This commit is contained in:
Martin Moene
2017-08-24 22:21:54 +02:00
committed by Martin Hořeňovský
parent dee61df274
commit 071f49b12b
5 changed files with 13 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
<a id="top"></a>
# Compile-time configuration
Catch is designed to "just work" as much as possible. For most people the only configuration needed is telling Catch which source file should host all the implementation code (```CATCH_CONFIG_MAIN```).
Nonetheless there are still some occasions where finer control is needed. For these occasions Catch exposes a set of macros for configuring how it is built.