summaryrefslogtreecommitdiff
path: root/ocaml/test/dune
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r--ocaml/test/dune16
1 files changed, 16 insertions, 0 deletions
diff --git a/ocaml/test/dune b/ocaml/test/dune
index abe712a..19d53f8 100644
--- a/ocaml/test/dune
+++ b/ocaml/test/dune
@@ -281,6 +281,17 @@
; NOTE: This uses the iterative Nock interpreter - no stack limit needed!
(executable
+ (name bench_nock_versions)
+ (modules bench_nock_versions)
+ (libraries nock_lib eio_main unix))
+; Compare all three Nock implementations
+
+(executable
+ (name test_tail_simple)
+ (modules test_tail_simple)
+ (libraries nock_lib))
+
+(executable
(name test_mug)
(modules test_mug)
(libraries nock_lib))
@@ -320,6 +331,11 @@
(modules examine_core_head)
(libraries nock_lib eio_main))
+(executable
+ (name test_ivory_parallel)
+ (modules test_ivory_parallel)
+ (libraries nock_lib unix))
+
; (executable
; (name test_life_formula)
; (modules test_life_formula)