diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ pub fn build(b: *std.Build) void { | |||
| 12 | .target = target, | 12 | .target = target, |
| 13 | .optimize = optimize, | 13 | .optimize = optimize, |
| 14 | }); | 14 | }); |
| 15 | test_step.dependOn(&tests.step); | 15 | test_step.dependOn(&tests.run().step); |
| 16 | 16 | ||
| 17 | const example_step = b.step("examples", "Build examples"); | 17 | const example_step = b.step("examples", "Build examples"); |
| 18 | inline for (.{ | 18 | inline for (.{ |