fix latency tester import

This commit is contained in:
mikkelam 2025-06-19 14:21:07 +02:00
parent bbaab5f026
commit 53a7ee4b6e

View file

@ -4,7 +4,7 @@ test "all" {
// Core lib modules with tests
_ = @import("lib/fast.zig");
_ = @import("lib/bandwidth.zig");
_ = @import("lib/latency.zig");
_ = @import("lib/http_latency_tester.zig");
_ = @import("lib/workers/speed_worker.zig");
// Dedicated test modules