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

22 lines
531 B
Text

(tests
(libraries bigstringaf h2 alcotest test_common)
(modules test_h2 test_h2_client test_h2_server test_priority)
(names test_h2 test_h2_client test_h2_server test_priority))
(library
(name test_common)
(libraries base64 bigstringaf hex h2 alcotest)
(modules test_common))
(executable
(name test_frames)
(libraries h2 alcotest yojson hex angstrom test_common)
(modules test_frames))
(rule
(alias runtest)
(deps
(:test_exe test_frames.exe)
(source_tree "http2-frame-test-case/"))
(action
(run %{test_exe})))