(test
 (name test)
 (package vaccel-client)
 (libraries vaccel nox-protobuf ttrpc nox-csv ascii astring fmt alcotest)
 (deps
  (source_tree traces)))

; Regenerate the committed traces against the real agent:
;   REGEN=1 dune build @traces

(rule
 (alias traces)
 (deps
  (alias traces/regen))
 (action (progn)))
