summaryrefslogtreecommitdiff
path: root/ocaml/test/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-05 22:57:55 +0700
committerpolwex <polwex@sortug.com>2025-10-05 22:57:55 +0700
commitc4b71435d9afdb67450f320f54fb7aa99dcae85e (patch)
treea08c4c2f7965a95fcfe6dda09629d3f103d25a0b /ocaml/test/dune
parentfcedfddf00b3f994e4f4e40332ac7fc192c63244 (diff)
fixed jamcue
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r--ocaml/test/dune23
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))