(rule
  (alias runtest)
  (action
    (progn
      (run ./test.bc.exe)
      (run ./test.exe))))

(executable
  (name test)
  (libraries num)
  (modes byte_complete native))
