mcp: consolidate tests and cleanup imports

This commit is contained in:
Adrià Arrufat
2026-02-26 00:02:49 +09:00
parent 34d2fc1503
commit 8c8a05b8c1
8 changed files with 77 additions and 93 deletions

View File

@@ -132,5 +132,5 @@ noinline fn assertionFailure(comptime ctx: []const u8, args: anytype) noreturn {
test {
std.testing.refAllDecls(@This());
_ = @import("mcp/tests.zig");
std.testing.refAllDecls(mcp);
}