mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
update what std tests to run
This commit is contained in:
parent
b85ef656ca
commit
8f4ad95777
@ -50,6 +50,7 @@ test "std" {
|
||||
_ = @import("dwarf.zig");
|
||||
_ = @import("elf.zig");
|
||||
_ = @import("empty.zig");
|
||||
//TODO_ = @import("event.zig");
|
||||
_ = @import("fmt/index.zig");
|
||||
_ = @import("hash/index.zig");
|
||||
_ = @import("io.zig");
|
||||
@ -58,7 +59,6 @@ test "std" {
|
||||
_ = @import("mem.zig");
|
||||
_ = @import("net.zig");
|
||||
_ = @import("heap.zig");
|
||||
_ = @import("net.zig");
|
||||
_ = @import("os/index.zig");
|
||||
_ = @import("rand/index.zig");
|
||||
_ = @import("sort.zig");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user