geochan/test/dune
2026-03-19 21:08:09 +01:00

24 lines
371 B
Text

(test
(name test)
(modules test util assets)
(libraries
config_serv_test ; implements config_serv module
config_test ; implements config module
shared
comment
geochan
;;
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}))))