Skip to content

Commit

Permalink
build: enable hamt-test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Dec 20, 2024
1 parent c448762 commit b44faf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,11 @@ fn buildBinary(
.file = "pkg/noun/hashtable_tests.c",
.deps = noun_test_deps,
},
.{
.name = "hamt-test",
.file = "pkg/vere/hamt_test.c",
.deps = vere_test_deps,
},
.{
.name = "jets-test",
.file = "pkg/noun/jets_tests.c",
Expand Down

0 comments on commit b44faf2

Please sign in to comment.