(executable
 (name test_async_integration)
 (libraries
  cohttp_async_test
  async_unix
  base
  core
  async_kernel
  ounit2
  cohttp-async))

(rule
 (alias runtest)
 (package cohttp-async)
 (action
  (run ./test_async_integration.exe)))
