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