From d7edee0821eeff39d8f28f064d5e7a85fca6ad94 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 02:19:52 +0700 Subject: yeahyeah --- ocaml/test/dune | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ocaml/test/dune') diff --git a/ocaml/test/dune b/ocaml/test/dune index b0ad51d..b8cde90 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -18,6 +18,26 @@ (modules bench_nock) (libraries nock_lib zarith unix)) +(test + (name bench_serial) + (modules bench_serial) + (libraries nock_lib zarith unix)) + +(executable + (name test_roundtrip) + (modules test_roundtrip) + (libraries nock_lib zarith)) + +(executable + (name test_bench_one) + (modules test_bench_one) + (libraries nock_lib zarith)) + +(executable + (name jam_compare) + (modules jam_compare) + (libraries nock_lib zarith)) + (executable (name test_hex) (libraries nock_lib)) -- cgit v1.2.3