From 6336bb1b6e7a4185d5af360f4857216544b0b6ab Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Fri, 15 Aug 2014 14:12:53 +0200 Subject: [PATCH] Add Readme as documentation entry --- docs/Readme.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/Readme.md diff --git a/docs/Readme.md b/docs/Readme.md new file mode 100644 index 00000000..45350f9a --- /dev/null +++ b/docs/Readme.md @@ -0,0 +1,23 @@ +These are the currently documented areas of the framework. There is more to come. + +Before looking at this material be sure to read the [tutorial](tutorial.md) + +* [Assertion macros](assertions.md) +* [Logging macros](logging.md) +* [Test cases and sections](test-cases-and-sections.md) +* [Test fixtures](test-fixtures.md) +* [Command line](command-line.md) +* [Build systems](build-systems.md) +* [Supplying your own main()](own-main.md) +* [Why are my tests slow to compile?](slow-compiles.md) + +Other + +* [Why Catch?](why-catch.md) +* [What's changed](whats-changed.md) +* [Contributing](contributing.md) + +--- + +[Home](../README.md) +