diff options
| author | 2024-02-13 13:50:22 -0400 | |
|---|---|---|
| committer | 2024-02-13 13:50:22 -0400 | |
| commit | bbe4bc5a08a042b47a3474e8e9caf20e216634a8 (patch) | |
| tree | 3a2d19765f560481d74b6c2abb3696db573a70e3 /build.zig | |
| parent | Merge table (diff) | |
| download | zg-bbe4bc5a08a042b47a3474e8e9caf20e216634a8.tar.gz zg-bbe4bc5a08a042b47a3474e8e9caf20e216634a8.tar.xz zg-bbe4bc5a08a042b47a3474e8e9caf20e216634a8.zip | |
Passing ziglyph tests
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -38,6 +38,8 @@ pub fn build(b: *std.Build) void { | |||
| 38 | .target = target, | 38 | .target = target, |
| 39 | .optimize = optimize, | 39 | .optimize = optimize, |
| 40 | }); | 40 | }); |
| 41 | exe_unit_tests.root_module.addImport("ziglyph", ziglyph.module("ziglyph")); | ||
| 42 | exe_unit_tests.root_module.addAnonymousImport("gbp", .{ .root_source_file = gen_out }); | ||
| 41 | 43 | ||
| 42 | const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests); | 44 | const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests); |
| 43 | 45 | ||