#define CATCH_CONFIG_RUNNER #include "catch.hpp" int main(int argc, char* argv[]) { Catch::Session session; return session.run(argc, ...
確定! 回上一頁