(executable
  (name Main)
  (libraries
     atdpy
     alcotest
  )
)

(rule
  (alias runtest)
  (action (run ./Main.exe))
)
