added import to ext_tests
This commit is contained in:
parent
e19cac5b46
commit
2dbcf4ad2e
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ pub fn build(b: *std.Build) void {
|
|||
.root_source_file = b.path("tests/root.zig"),
|
||||
});
|
||||
|
||||
ext_tests.root_module.addImport("template", lib.root_module);
|
||||
|
||||
const run_lib_unit_tests = b.addRunArtifact(lib_unit_tests);
|
||||
const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests);
|
||||
const run_ext_tests = b.addRunArtifact(ext_tests);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue