Skip to content

Commit 2806979

Browse files
committed
fix test step name
1 parent a1875c8 commit 2806979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ pub fn build(b: *std.Build) !void {
597597

598598
//--
599599

600-
const test_step = b.step("test", "Build all SDL test programs");
600+
const test_step = b.step("sdl-test", "Build all SDL test programs");
601601

602602
const test_utils = b.addStaticLibrary(.{
603603
.name = "testutils",

0 commit comments

Comments
 (0)