build: renable tests target option
This commit is contained in:
parent
4f7d3ddedf
commit
fc90fa6689
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||
|
||||
const main_tests = b.addTest("src/main.zig");
|
||||
main_tests.setBuildMode(mode);
|
||||
main_tests.setTarget(target);
|
||||
main_tests.addPackage(pkg);
|
||||
main_tests.addPackage(gpu.pkg);
|
||||
main_tests.addPackage(glfw.pkg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue