#include #include #include "../plugin.hh" TEST_CASE("weechat") { std::string current("20220312-01"); SUBCASE("plugin api match") { CHECK(current == WEECHAT_PLUGIN_API_VERSION); } }