| ... | @@ -5,9 +5,9 @@ const LibExeObjectStep = std.build.LibExeObjStep; | ... | @@ -5,9 +5,9 @@ const LibExeObjectStep = std.build.LibExeObjStep; |
| 5 | pub fn build(b: *Builder) void { | 5 | pub fn build(b: *Builder) void { |
| 6 | const test_step = b.step("test", "Test"); | 6 | const test_step = b.step("test", "Test"); |
| 7 | test_step.dependOn(b.getInstallStep()); | 7 | test_step.dependOn(b.getInstallStep()); |
| 8 | testUuid(b, test_step, .ReleaseSafe, "eb1203019e453d808d4f1e71053af9af"); | 8 | testUuid(b, test_step, .ReleaseSafe, "46b333df88f5314686fc0cba3b939ca8"); |
| 9 | testUuid(b, test_step, .ReleaseFast, "eb1203019e453d808d4f1e71053af9af"); | 9 | testUuid(b, test_step, .ReleaseFast, "46b333df88f5314686fc0cba3b939ca8"); |
| 10 | testUuid(b, test_step, .ReleaseSmall, "eb1203019e453d808d4f1e71053af9af"); | 10 | testUuid(b, test_step, .ReleaseSmall, "46b333df88f5314686fc0cba3b939ca8"); |
| 11 | } | 11 | } |
| 12 | | 12 | |
| 13 | fn testUuid(b: *Builder, test_step: *std.build.Step, mode: std.builtin.Mode, comptime exp: []const u8) void { | 13 | fn testUuid(b: *Builder, test_step: *std.build.Step, mode: std.builtin.Mode, comptime exp: []const u8) void { |