diff options
author | polwex <polwex@sortug.com> | 2025-10-06 02:19:52 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 02:19:52 +0700 |
commit | d7edee0821eeff39d8f28f064d5e7a85fca6ad94 (patch) | |
tree | 52257a59891e80ddc53b6f54895b9baec37b7a1f /ocaml/test/dune | |
parent | c4b71435d9afdb67450f320f54fb7aa99dcae85e (diff) |
yeahyeah
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r-- | ocaml/test/dune | 20 |
1 files changed, 20 insertions, 0 deletions
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)) |