summaryrefslogtreecommitdiff
path: root/ocaml/test/dune
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r--ocaml/test/dune20
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))