Skip to content

Commit a2fdfd1

Browse files
committed
zig build test runs tests in lexer.zig
1 parent 172e160 commit a2fdfd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.zig.zon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
.{
22
.name = "zeal",
33
.version = "0.0.1",
4+
<<<<<<< HEAD
45
<<<<<<< HEAD
56
.paths = .{"src"},
67
=======
78
.paths = .{"."},
89
>>>>>>> 7840f10 (add ziglyph to build.zig.zon)
10+
=======
11+
.paths = .{"src"},
12+
>>>>>>> 54df2fa (zig build test runs tests in lexer.zig)
913
.dependencies = .{
1014
.ziglyph = .{
1115
.url = "https://codeberg.org/dude_the_builder/ziglyph/archive/v0.11.1.tar.gz",

0 commit comments

Comments
 (0)