diff options
author | polwex <polwex@sortug.com> | 2025-10-07 02:38:28 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-07 02:38:28 +0700 |
commit | 64611d312280dd5d63d498ded09ae4e9a6eaf34c (patch) | |
tree | 790dff3049654d3f584b3a17ffb077957f1117ad /ocaml/test/dune | |
parent | ca8a67a583ad39bdb4cf36d635536e099af21bdf (diff) |
refining nock with tail calls and sheet
Diffstat (limited to 'ocaml/test/dune')
-rw-r--r-- | ocaml/test/dune | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ocaml/test/dune b/ocaml/test/dune index d23fc4d..abe712a 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -271,6 +271,14 @@ (name test_two_stage_boot) (modules test_two_stage_boot) (libraries nock_lib eio_main unix)) +; NOTE: Run with increased stack size for solid pill: +; OCAMLRUNPARAM='l=100M' dune exec test/test_two_stage_boot.exe + +(executable + (name test_nock_iter) + (modules test_nock_iter) + (libraries nock_lib eio_main unix)) +; NOTE: This uses the iterative Nock interpreter - no stack limit needed! (executable (name test_mug) |