+2
-4
test/dune
+2
-4
test/dune
···
73
(rule
74
(alias runtest)
75
(deps
76
-
(glob_files_rec ../validator/tests/**/*.html)
77
-
(glob_files_rec ../validator/tests/**/*.xhtml)
78
-
../validator/tests/messages.json)
79
(action
80
(run %{exe:test_validator.exe} ../validator/tests)))
81
···
87
(rule
88
(alias runtest)
89
(deps
90
-
(glob_files_rec ../validator/tests/**/*.html))
91
(action
92
(run %{exe:test_roundtrip.exe} ../validator/tests)))