Dean Moldovan | 9693a5c | 2017-03-23 17:27:32 +0100 | [diff] [blame^] | 1 | // Catch provides the `int main()` function here. This is a standalone |
2 | // translation unit to avoid recompiling it for every test change. | ||||
3 | |||||
4 | #define CATCH_CONFIG_MAIN | ||||
5 | #include <catch.hpp> |