; 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
  (with-accepted-exit-codes
    0
    (with-outputs-to %{targets}
      (run %{bin:atddiff} %{deps} --exit-success --output-format json)))))

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

