#define CATCH_CONFIG_MAIN #include <catch2.hpp> #include "RestfulFunc.h" TEST_CASE("Test ping protocols implement", "[normal]") { REQUIRE(PingTest("55.14.131.137") == 0); }