diff options
author | polwex <polwex@sortug.com> | 2025-10-07 01:40:54 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-07 01:40:54 +0700 |
commit | a12407b3f152a3dbd716d640202b9613c61d6105 (patch) | |
tree | 411c630824b992d3a7f5e3d17c83a8546577bad7 /ocaml/test/dune | |
parent | d0064c2f577c56a9e5b3fc00b45f71a73f3574c9 (diff) |
lmao turned down the bytecode interpreter in Vere and it started giving the same results as us smh
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r-- | ocaml/test/dune | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ocaml/test/dune b/ocaml/test/dune index 84a47a3..d23fc4d 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -278,6 +278,16 @@ (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) (libraries nock_lib eio_main)) |