summaryrefslogtreecommitdiff
path: root/test/dune
blob: 9af990068386cbb38e741916e16785fbf8ce609e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
(test
 (name test_colitur)
 (libraries colitur_kernel colitur_naming colitur_render colitur_citation rite_ef rite_of alcotest qcheck qcheck-alcotest sexplib)
 (deps
  ../data/ef/sanctoral.sexp
  ../data/ef/adjustments.sexp
  ../data/of/calendar-2002.sexp
  ../lang/la.ini
  ../lang/en.ini
  ../lang/traditions.ini
  ../data/ef/expected-divergences.sexp
  ../data/ef/expected-divergences-missalemeum.sexp
  ../data/ef/expected-divergences-lms.sexp
  ../data/ef/expected-divergences-fiuv.sexp
  ../data/ef/expected-divergences-efdotorg.sexp
  ../data/of/expected-divergences-litcal.sexp
  ../data/ef/lectionary.sexp
  ../data/ef/commons.sexp
  ../data/ef/examples/diocesan-example.sexp
  fixtures/lectio-ef-2005-2050.txt
  fixtures/missalemeum-ef-2026-2027.txt
  fixtures/missalemeum-ef-2038.txt
  fixtures/missalemeum-ef-2035.txt
  fixtures/lms-ordo-2023-2024.sexp
  fixtures/lms-ordo-2024-2025.sexp
  fixtures/lms-ordo-2025-2026.sexp
  fixtures/fiuv-ordo-2025-2026.sexp
  fixtures/efdotorg-ordo-2024-2025.sexp
  fixtures/efdotorg-ordo-2025-2026.sexp
  fixtures/efdotorg-ordo-2026-2027.sexp
  fixtures/litcal-temporal-2024-2035.sexp
  ../templates/ef/ordo.tex
  ../templates/ef/ordo.ms
  ../templates/ef/ordo.html
  ../templates/ef/ordo.adoc
  ../templates/ef/ordo.md
  ../templates/ef/ordo.txt
  ../templates/ef/grid.tex
  ../templates/ef/grid.ms
  ../templates/ef/grid.html
  ../templates/ef/ordo.typ
  ../templates/ef/grid.typ
  golden/ordo-2027.tex
  golden/ordo-2027.ms
  golden/ordo-2027.html
  golden/ordo-2027.adoc
  golden/ordo-2027.md
  golden/ordo-2027.txt
  golden/grid-2027.tex
  golden/grid-2027.ms
  golden/grid-2027.html
  golden/ordo-2027.typ
  golden/grid-2027.typ)
 (preprocess
  (pps ppx_sexp_conv)))

(cram
 (deps
  %{bin:colitur}
  fixtures/overlay-example-diocesan.sexp
  ../data/ef/examples/poland.ini
  ../data/ef/examples/benedictine.ini
  ../data/ef/sanctoral.sexp
  ../data/ef/adjustments.sexp
  ../data/ef/lectionary.sexp
  ../data/ef/commons.sexp
  ; Task 12, `colitur publish`: the cram sandbox only ever gets what this
  ; stanza names explicitly (unlike a plain `dune build`, it does not fall
  ; back to the workspace root's own default alias), so schema/day-v1.json
  ; needs its own entry here too, exactly like every other runtime file
  ; above.
  ../schema/day-v1.json
  ; Same trap, same fix: Task 8's --sigla-tradition flag makes the CLI read
  ; this file, and a cram sandbox holds only what this stanza names.
  ../lang/traditions.ini))