behavior: split up x86_64 math tests

This commit is contained in:
Jacob Young 2025-03-12 08:31:12 -04:00
parent c5c1c8538d
commit 8e15321c7c
5 changed files with 22124 additions and 22076 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff