diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2024-11-23 18:06:27 +0100 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2024-11-24 22:11:17 +0100 |
| commit | 9d10246a809752be6952ba3d9021e8cbfc1931a1 (patch) | |
| tree | edd5bfe30c41960f50853a5bb73faa10a47ee66e /build.zig | |
| parent | 2a29381117be7196378229d1c4e797f704675c61 (diff) | |
| download | zig-9d10246a809752be6952ba3d9021e8cbfc1931a1.tar.gz zig-9d10246a809752be6952ba3d9021e8cbfc1931a1.zip | |
test: Enable -Dtest-target-filter=... to work for test-debugger.
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -552,6 +552,7 @@ pub fn build(b: *std.Build) !void { test_step.dependOn(tests.addAssembleAndLinkTests(b, test_filters, optimization_modes)); if (tests.addDebuggerTests(b, .{ .test_filters = test_filters, + .test_target_filters = test_target_filters, .gdb = b.option([]const u8, "gdb", "path to gdb binary"), .lldb = b.option([]const u8, "lldb", "path to lldb binary"), .optimize_modes = optimization_modes, |
