Explain TU as translation unit where appropriate

This commit is contained in:
Martin Hořeňovský
2022-09-03 22:22:10 +02:00
parent 7b2e7d623b
commit 686468d185
3 changed files with 10 additions and 8 deletions

View File

@@ -13,9 +13,10 @@
## Getting Catch2
Ideally you should be using Catch2 through its [CMake integration](cmake-integration.md#top).
Catch2 also provides pkg-config files and single TU distribution, but this
documentation will assume you are using CMake. If you are using single-TU
distribution instead, remember to replace the included header with `catch_amalgamated.hpp`.
Catch2 also provides pkg-config files and two file (header + cpp)
distribution, but this documentation will assume you are using CMake. If
you are using the two file distribution instead, remember to replace
the included header with `catch_amalgamated.hpp`.
## Writing tests