(executable
 (name test)
 (libraries posix-time2 threads compiler-libs.common))

(rule
 (alias citest)
 (package posix-time2)
 (action
  (run %{exe:test.exe})))

(executable
 (name autogenerated_tests)
 (libraries posix-time2 unix))

(rule
 (alias citest)
 (package posix-time2)
 (action
  (run %{exe:autogenerated_tests.exe})))
