mirror of
https://github.com/mikkelam/fast-cli.git
synced 2025-12-16 20:04:05 +00:00
fix latency tester import
This commit is contained in:
parent
bbaab5f026
commit
53a7ee4b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue