diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-03-06 19:19:48 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-03-15 10:48:13 -0700 |
| commit | e897637d8d25f5b6b118356d2355da7c9148d8cb (patch) | |
| tree | 1fb34437dff2125933ed76b045cb76e409b2cbc9 /build.zig | |
| parent | a24af8e4005d00cf76755635eb6c661d9c260758 (diff) | |
| download | zig-e897637d8d25f5b6b118356d2355da7c9148d8cb.tar.gz zig-e897637d8d25f5b6b118356d2355da7c9148d8cb.zip | |
re-enable compare-output test cases
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -444,7 +444,7 @@ pub fn build(b: *std.Build) !void { _ = enable_symlinks_windows; _ = enable_macos_sdk; - //test_step.dependOn(tests.addCompareOutputTests(b, test_filter, optimization_modes)); + test_step.dependOn(tests.addCompareOutputTests(b, test_filter, optimization_modes)); //test_step.dependOn(tests.addStandaloneTests( // b, // test_filter, |
