(executable
 (name main)
 (flags (:standard -w -3))
 (libraries batteries oUnit threads))

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