From c4b71435d9afdb67450f320f54fb7aa99dcae85e Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 5 Oct 2025 22:57:55 +0700 Subject: fixed jamcue --- ocaml/test/dune | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ocaml/test/dune (limited to 'ocaml/test/dune') diff --git a/ocaml/test/dune b/ocaml/test/dune new file mode 100644 index 0000000..b0ad51d --- /dev/null +++ b/ocaml/test/dune @@ -0,0 +1,23 @@ +(test + (name test_nock) + (modules test_nock) + (libraries nock_lib zarith)) + +(test + (name test_serial) + (modules test_serial) + (libraries nock_lib zarith)) + +(test + (name test_jam_debug) + (modules test_jam_debug) + (libraries nock_lib zarith)) + +(test + (name bench_nock) + (modules bench_nock) + (libraries nock_lib zarith unix)) + +(executable + (name test_hex) + (libraries nock_lib)) -- cgit v1.2.3