(rule
 (targets notfound.output)
 (deps
  (package stanc))
 (action
  (with-stdout-to
   %{targets}
   (run %{bin:run_bin_on_args} "%{bin:stanc}" notfound.stan))))

(rule
 (alias runtest)
 (action
  (diff notfound.expected notfound.output)))
