mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
behavior: split up x86_64 math tests
This commit is contained in:
parent
c5c1c8538d
commit
8e15321c7c
5715
test/behavior/x86_64/binary.zig
Normal file
5715
test/behavior/x86_64/binary.zig
Normal file
File diff suppressed because it is too large
Load Diff
@ -116,8 +116,10 @@ pub fn build(b: *std.Build) void {
|
||||
const target = b.resolveTargetQuery(query);
|
||||
const cpu = query.serializeCpuAlloc(b.allocator) catch @panic("OOM");
|
||||
for ([_][]const u8{
|
||||
"math.zig",
|
||||
"binary.zig",
|
||||
"cast.zig",
|
||||
"mem.zig",
|
||||
"unary.zig",
|
||||
}) |path| {
|
||||
const test_mod = b.createModule(.{
|
||||
.root_source_file = b.path(path),
|
||||
|
||||
14565
test/behavior/x86_64/cast.zig
Normal file
14565
test/behavior/x86_64/cast.zig
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1820
test/behavior/x86_64/unary.zig
Normal file
1820
test/behavior/x86_64/unary.zig
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user