diff options
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r-- | ocaml/test/dune | 5 |
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)) |