diff options
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r-- | ocaml/test/dune | 23 |
1 files changed, 23 insertions, 0 deletions
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)) |