mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
behavior: split up x86_64 math tests
This commit is contained in:
parent
c5c1c8538d
commit
8e15321c7c
5 changed files with 22124 additions and 22076 deletions
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…
Add table
Add a link
Reference in a new issue