aboutsummaryrefslogtreecommitdiff
path: root/test/dune
blob: be24839b36a1916840d15f8b6732e9806fea6f20 (plain) (blame)
1
2
3
4
5
6
7
8
9
(test
 (name test_colitur)
 (libraries colitur_kernel rite_ef alcotest qcheck qcheck-alcotest sexplib)
 (deps ../data/ef/sanctoral.sexp)
 (preprocess
  (pps ppx_sexp_conv)))

(cram
 (deps %{bin:colitur} ../data/ef/sanctoral.sexp ../data/ef/adjustments.sexp))