(executable
 (name test)
 (libraries checkseum.ocaml alcotest))

(rule
 (copy# ../test.ml test.ml))

(rule
 (copy# ../bib bib))

(rule
 (alias runtest)
 (deps
  (:test test.exe)
  bib)
 (action
  (run %{test} --color=always)))
