catch2/docs/index.md

23 lines
315 B
Markdown
Raw Normal View History

2023-06-27 09:38:20 +02:00
# Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later.
2023-06-27 11:44:19 +02:00
:::{include} ../README.md
---
start-after: <!-- SPHINX-START -->
end-before: <!-- SPHINX-END -->
---
:::
## Contents
2023-06-27 09:38:20 +02:00
:::{toctree}
---
maxdepth: 2
titlesonly: true
glob: true
---
2023-06-27 11:31:41 +02:00
developer_api/index
2023-06-27 09:38:20 +02:00
/*
:::