build: fix build for 0.15.0-dev.1034+bd97b6618
This commit is contained in:
parent
5ea4b73191
commit
3461e8d808
1 changed files with 5 additions and 3 deletions
|
@ -9,9 +9,11 @@ pub fn build(b: *std.Build) void {
|
|||
});
|
||||
|
||||
const tests = b.addTest(.{
|
||||
.root_source_file = b.path("test/tests.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
.root_module = b.createModule(.{
|
||||
.root_source_file = b.path("test/tests.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
}),
|
||||
});
|
||||
tests.root_module.addImport("cbor", cbor_mod);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue