My aggregated monorepo of OCaml code, automaintained

Remove public installation of toml-test binaries

Test compliance binaries should not be installed as public binaries.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

-7
-7
ocaml-tomlt/bin/dune
··· 1 1 (executable 2 2 (name toml_test_decoder) 3 - (public_name toml-test-decoder) 4 - (package tomlt) 5 - (optional) 6 3 (libraries tomlt tomlt.bytesrw)) 7 4 8 5 (executable 9 6 (name toml_test_encoder) 10 - (public_name toml-test-encoder) 11 - (package tomlt) 12 - (optional) 13 7 (libraries tomlt tomlt.bytesrw)) 14 8 15 9 (executable 16 10 (name run_tests) 17 - (optional) 18 11 (libraries tomlt tomlt.bytesrw))