ocaml-containers/tests/xxhash/dune
2026-03-14 03:14:19 +00:00

11 lines
224 B
Text

(executable
(name t_xxhash)
(modules t_xxhash)
(libraries containers containers.xxhash containers_testlib qcheck-core))
(rule
(alias runtest)
(deps t_xxhash.exe)
(package containers)
(action
(run ./t_xxhash.exe)))