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