Files
Sabalty/Protocol/tests/test_protocol.cxx
T
2026-08-04 18:05:30 +03:00

7 lines
152 B
C++

#include <catch2/catch_test_macros.hpp>
#include <protocol/protocol.hxx>
TEST_CASE("something", "[stun]") {
SECTION("true") { REQUIRE(true); }
}