big squish
This commit is contained in:
parent
fae867b35b
commit
55d2abefb4
124 changed files with 6931 additions and 8393 deletions
25
test/dune
25
test/dune
|
|
@ -1,3 +1,24 @@
|
|||
(test
|
||||
(name main)
|
||||
(modules main))
|
||||
(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}))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue