; Generated by ./generate-dune-rules
; For adding tests, read the instructions in the Makefile.
(rule
 (targets all_errors.txt)
 (deps all_errors_old.atd all_errors_new.atd)
 (action (run %{bin:atddiff} %{deps} -o %{targets} --exit-success --output-format json)))

(rule
 (alias runtest)
 (deps all_errors.txt)
 (action (diff all_errors.expected.txt all_errors.txt)))

