mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-03-07 21:27:55 -05:00
11 lines
212 B
Text
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)))
|