geochan/test/dune

25 lines
370 B
Text
Raw Normal View History

2021-11-05 14:13:28 +01:00
(test
2024-05-29 19:16:48 +02:00
(name test)
(modules test util assets)
(libraries
config_serv_test ; implements config_serv module
config_test ; implements config module
shared
comment
permap
;;
alcotest
fmt
fpath
re
prelude))
(rule
(target assets.ml)
(deps
(source_tree img))
(action
(with-stdout-to
%{null}
(run ocaml-crunch -m plain img -o %{target}))))