mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-05-06 01:14:33 -04:00
11 lines
224 B
Text
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)))
|