catala/dune

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
621 B
Plaintext
Raw Normal View History

2023-01-06 19:08:12 +03:00
(dirs runtimes compiler french_law build_system examples tests)
2023-01-06 19:08:12 +03:00
(data_only_dirs syntax_highlighting)
2022-08-01 20:29:34 +03:00
(copy_files compiler/surface/grammar.html)
(rule
(action
(with-stdout-to
catala.html
(pipe-stdout
(run catala --help=groff)
(run groff -P -l -P -r -mandoc -Thtml)))))
(alias
(name exec)
(deps compiler/catala.exe build_system/clerk.exe))
(rule
(alias runtest)
2022-08-09 13:05:50 +03:00
(package clerk)
(deps
(source_tree tests))
(action
(run clerk --exe %{bin:catala} test tests)))
(rule
(alias runtest)
2022-08-09 13:05:50 +03:00
(package clerk)
(deps
(source_tree examples))
(action
(run clerk --exe %{bin:catala} test examples)))