(executable
 (name tests)
 (libraries alcotest owl owl-ode))

(alias
 (name runtest)
 (action
  (run ./tests.exe))
 (package owl-ode))
