#define CATCH_CONFIG_RUNNER #include // A custom main was provided to avoid linking errors when using minGW // that were appearing in CI. // See https://github.com/catchorg/Catch2/issues/1287 int main(int argc, char* argv[]) { return Catch::Session().run(argc, argv); }