gpu-dawn: remove dependency loop
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
882e876666
commit
485d82899a
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ pub fn build(b: *Builder) void {
|
||||||
|
|
||||||
const main_tests = b.addTest("src/main.zig");
|
const main_tests = b.addTest("src/main.zig");
|
||||||
main_tests.setBuildMode(mode);
|
main_tests.setBuildMode(mode);
|
||||||
link(b, main_tests, .{});
|
|
||||||
|
|
||||||
const test_step = b.step("test", "Run library tests");
|
const test_step = b.step("test", "Run library tests");
|
||||||
test_step.dependOn(&main_tests.step);
|
test_step.dependOn(&main_tests.step);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue