ocaml-containers/tests/leb128/dune
Simon Cruanes 42c4f1c173
add tests for leb128 library (#486)
add tests for containers.leb128

also fix a bug in fix zigzag decoding
2026-02-09 21:24:59 -05:00

11 lines
212 B
Text

(executable
(name t_leb128)
(modules t_leb128)
(libraries containers containers.leb128 containers_testlib))
(rule
(alias runtest)
(deps t_leb128.exe)
(package containers)
(action
(run ./t_leb128.exe)))