(executable
  (name test)
  (libraries yojson alcotest))

(alias
  (name runtest)
  (action (run ./test.exe)))
