summaryrefslogtreecommitdiff
path: root/ocaml/test/dune
diff options
context:
space:
mode:
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 8087a38..330f064 100644
--- a/ocaml/test/dune
+++ b/ocaml/test/dune
@@ -272,6 +272,11 @@
(modules test_two_stage_boot)
(libraries nock_lib eio_main unix))
+(executable
+ (name test_mug)
+ (modules test_mug)
+ (libraries nock_lib))
+
; (executable
; (name test_life_formula)
; (modules test_life_formula)