aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-03-06 19:19:48 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-03-15 10:48:13 -0700
commite897637d8d25f5b6b118356d2355da7c9148d8cb (patch)
tree1fb34437dff2125933ed76b045cb76e409b2cbc9 /build.zig
parenta24af8e4005d00cf76755635eb6c661d9c260758 (diff)
downloadzig-e897637d8d25f5b6b118356d2355da7c9148d8cb.tar.gz
zig-e897637d8d25f5b6b118356d2355da7c9148d8cb.zip
re-enable compare-output test cases
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 1f1b119ed3..40dc823eb7 100644
--- a/build.zig
+++ b/build.zig
@@ -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,