mte/unikernel/duniverse/ocaml-h2/hpack/test/dune
2025-11-11 02:07:51 +01:00

13 lines
219 B
Text

(executable
(name test)
(libraries hpack yojson hex alcotest))
(include_subdirs unqualified)
(rule
(alias slowtests)
(deps
(:test_exe test.exe)
(source_tree "hpack-test-case/"))
(action
(run %{test_exe})))