mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-01 16:14:46 +02:00

A surrogate TU is TU that includes 1 specific header, and does nothing else. This is useful to verify that the header is self-sufficient and does not require other headers to be included for compilation to succeed. Closes #2106 Closes #2166 (this is a better solution)