From fc20677fde9155c8dbd694eb157b63317623fbc6 Mon Sep 17 00:00:00 2001 From: Alex Rønne Petersen Date: Tue, 16 Sep 2025 14:38:35 +0200 Subject: test: remove test-compare-output and test-asm-link tests These were low value and unfocused tests. We already have coverage of the important aspects of these tests elsewhere. Additionally, there was really no need for these to have their own test harness. --- build.zig | 2 -- 1 file changed, 2 deletions(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 3c9169cab6..c33cb13fc9 100644 --- a/build.zig +++ b/build.zig @@ -568,7 +568,6 @@ pub fn build(b: *std.Build) !void { unit_tests.root_module.addOptions("build_options", exe_options); unit_tests_step.dependOn(&b.addRunArtifact(unit_tests).step); - test_step.dependOn(tests.addCompareOutputTests(b, test_filters, optimization_modes)); test_step.dependOn(tests.addStandaloneTests( b, optimization_modes, @@ -590,7 +589,6 @@ pub fn build(b: *std.Build) !void { test_step.dependOn(tests.addLinkTests(b, enable_macos_sdk, enable_ios_sdk, enable_symlinks_windows)); test_step.dependOn(tests.addStackTraceTests(b, test_filters, optimization_modes)); test_step.dependOn(tests.addCliTests(b)); - test_step.dependOn(tests.addAssembleAndLinkTests(b, test_filters, optimization_modes)); if (tests.addDebuggerTests(b, .{ .test_filters = test_filters, .test_target_filters = test_target_filters, -- cgit v1.2.3