File: dune

package info (click to toggle)
ocaml-cohttp 5.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,088 kB
  • sloc: ml: 7,793; javascript: 15; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
(executable
 (name test_async_integration)
 (libraries cohttp_async_test async_unix base core async_kernel oUnit
   cohttp-async))

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