(executable
 (name test)
 (libraries fmt bigstringaf alcotest duff))

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