Initial commit

This commit is contained in:
2026-08-04 18:05:30 +03:00
parent 4b39a660e8
commit 09ae813c76
15 changed files with 96 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <catch2/catch_test_macros.hpp>
#include <protocol/protocol.hxx>
TEST_CASE("something", "[stun]") {
SECTION("true") { REQUIRE(true); }
}