#include #include #include namespace turns::tests { auto register_types() -> void; } // namespace turns::tests auto main(int argc, char * argv[]) -> int { Gio::init(); Glib::init(); turns::tests::register_types(); return Catch::Session().run(argc, argv); }