; Our server, driven by the real docker CLI pointed at our socket and by our
; own client, both over a real Unix socket. The docker-CLI check self-skips when
; docker is absent; the in-process check always runs.

(test
 (name test)
 (package docker-server)
 (libraries
  docker
  docker-client
  docker-server
  eio-net.mem
  eio
  eio_main
  alcotest
  fmt
  unix
  nox-prometheus
  nox-tls
  nox-tls-eio
  nox-crypto-rng.unix
  nox-x509
  ptime
  ptime.clock.os
  rego
  base64
  re))
