| author | |
| committer | |
| log | c144003fca989780bb4dccefc2a289bcbfb9969b |
| tree | a0fe6f36471f1387b580bae4e792dab4a6f4f540 |
| parent | 72d954e7d3cfb8b46a26d5a199a9a5ecd36d87be |
| signature |
1 files changed, 3 insertions(+), 1 deletions(-)
test/tests.zig+3-1| ... | ... | @@ -2465,7 +2465,9 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 2465 | 2465 | |
| 2466 | 2466 | if (options.test_only) |test_only| { |
| 2467 | 2467 | const test_target: ModuleTestTarget = switch (test_only) { |
| 2468 | .default => module_test_targets[0], | |
| 2468 | .default => .{ | |
| 2469 | .link_libc = if (std.mem.eql(u8, options.name, "libc")) true else null, | |
| 2470 | }, | |
| 2469 | 2471 | .fuzz => |optimize| .{ |
| 2470 | 2472 | .optimize_mode = optimize, |
| 2471 | 2473 | .use_llvm = true, |