onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <title>readme</title> |
| 4 | <xmp theme="united" style="display:none;"> |
| 5 | |
| 6 | Reference |
| 7 | ======= |
| 8 | |
onqtam | 2115e6d | 2016-09-23 17:48:51 +0300 | [diff] [blame] | 9 | Project: |
| 10 | |
onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 11 | - [Features and design goals](features.html) - the complete list of features |
| 12 | - [Roadmap](roadmap.html) - upcoming features |
onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 13 | - [Benchmarks](benchmarks.html) - compile time supremacy |
onqtam | 2115e6d | 2016-09-23 17:48:51 +0300 | [diff] [blame] | 14 | - [Contributing](contributing.html) - how to make a proper pull request |
onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 15 | |
onqtam | 2115e6d | 2016-09-23 17:48:51 +0300 | [diff] [blame] | 16 | Usage: |
onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 17 | |
onqtam | 1435c01 | 2016-09-21 15:29:11 +0300 | [diff] [blame] | 18 | - [Tutorial](tutorial.html) - make sure you have read it before the other parts of the documentation |
onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 19 | - [Assertion macros](assertions.html) |
| 20 | - [Test cases, subcases and test fixtures](testcases.html) |
| 21 | - [Command line](commandline.html) |
onqtam | 1435c01 | 2016-09-21 15:29:11 +0300 | [diff] [blame] | 22 | - [```main()``` entry point](main.html) |
onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 23 | - [Configuration](configuration.html) |
| 24 | - [String conversions](stringification.html) |
onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 25 | - [FAQ](faq.html) |
onqtam | 2115e6d | 2016-09-23 17:48:51 +0300 | [diff] [blame] | 26 | - [Examples](../../examples) |
onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 27 | |
onqtam | e34600e | 2016-11-15 02:16:56 +0200 | [diff] [blame] | 28 | This library is free, and will stay free but needs your support to sustain its development. There are lots of [**new features**](roadmap.html) and maintenance to do. If you work for a company using **doctest** or have the means to do so, please consider financial support. |
onqtam | 1435c01 | 2016-09-21 15:29:11 +0300 | [diff] [blame] | 29 | |
| 30 | [![Pledgie](https://pledgie.com/campaigns/31280.png)](https://pledgie.com/campaigns/31280) |
| 31 | [![Patreon](https://cloud.githubusercontent.com/assets/8225057/5990484/70413560-a9ab-11e4-8942-1a63607c0b00.png)](http://www.patreon.com/onqtam) |
| 32 | [![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3K423Q6TK48BN) |
| 33 | |
onqtam | 8126b56 | 2016-05-27 17:01:15 +0300 | [diff] [blame] | 34 | |
| 35 | </xmp> |
| 36 | <script src="strapdown.js/strapdown.js"></script> |
| 37 | </html> |