summaryrefslogtreecommitdiff
path: root/ocaml/test/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 12:02:02 +0700
committerpolwex <polwex@sortug.com>2025-10-06 12:02:02 +0700
commit0ca55c93a7c21f81c8f21048889d1c9608a961c7 (patch)
tree5e43c94c6cae1f789b8892be737a38b10eddde83 /ocaml/test/dune
parent2d6c3bab18cf5063246fcdb869ae36132bbfe3fc (diff)
pretty good actuallycodex
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r--ocaml/test/dune5
1 files changed, 5 insertions, 0 deletions
diff --git a/ocaml/test/dune b/ocaml/test/dune
index 787672b..98c3ad4 100644
--- a/ocaml/test/dune
+++ b/ocaml/test/dune
@@ -24,6 +24,11 @@
(libraries nock_lib zarith unix))
(executable
+ (name bench_cue_pill)
+ (modules bench_cue_pill)
+ (libraries nock_lib unix))
+
+(executable
(name test_roundtrip)
(modules test_roundtrip)
(libraries nock_lib zarith))