blob: f79fe17ab481c8803e332742de2d6371f8dc1e01 [file] [log] [blame]
Dean Moldovan9693a5c2017-03-23 17:27:32 +01001// 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>