From a12407b3f152a3dbd716d640202b9613c61d6105 Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 7 Oct 2025 01:40:54 +0700 Subject: lmao turned down the bytecode interpreter in Vere and it started giving the same results as us smh --- ocaml/test/dune | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ocaml/test/dune') diff --git a/ocaml/test/dune b/ocaml/test/dune index 84a47a3..d23fc4d 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -277,6 +277,16 @@ (modules test_mug) (libraries nock_lib)) +(executable + (name test_opcodes) + (modules test_opcodes) + (libraries nock_lib)) + +(executable + (name test_bisect_lifecycle) + (modules test_bisect_lifecycle) + (libraries nock_lib eio_main)) + (executable (name test_slot3) (modules test_slot3) -- cgit v1.2.3