#define CATCH_CONFIG_RUNNER #include #include #include int main(int argc, char** argv) { if (vcpkg::System::get_environment_variable("VCPKG_DEBUG").value_or("") == "1") vcpkg::Debug::g_debugging = true; return Catch::Session().run(argc, argv); }