#include #include auto main(int argc, char * argv[]) -> int { Glib::init(); return Catch::Session().run(argc, argv); }