Skip to content

Commit

Permalink
fix test step name
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Jan 1, 2025
1 parent a1875c8 commit 2806979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ pub fn build(b: *std.Build) !void {

//--

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

const test_utils = b.addStaticLibrary(.{
.name = "testutils",
Expand Down

0 comments on commit 2806979

Please sign in to comment.