diff options
author | polwex <polwex@sortug.com> | 2025-10-07 04:00:15 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-07 04:00:15 +0700 |
commit | 2a4975c12ec3436a35f907526c121f977d0b5048 (patch) | |
tree | 67479cde27b4478d8b85f3b4ed48b62828fb18e5 /ocaml/test/dune | |
parent | a93db7a168a30d1bace8f7a95ac1c6206125a212 (diff) |
parallelism kinda done, need speedupsfresh-claude
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 bbc607f..288b505 100644 --- a/ocaml/test/dune +++ b/ocaml/test/dune @@ -379,6 +379,16 @@ (modules test_solid_massive) (libraries nock_lib unix domainslib)) +(executable + (name test_parallel_clean) + (modules test_parallel_clean) + (libraries nock_lib unix)) + +(executable + (name test_parallel_solid) + (modules test_parallel_solid) + (libraries nock_lib unix)) + ; (executable ; (name domainslib) ; (modules domainslib) |