diff --git a/src/lib_base/test/test_bounded.ml b/src/lib_base/test/test_bounded.ml index cfd150d44e7395df93ad55f54e37b8fe31b09984..40bd01d0d8bea1af68b4f9d12ac9f70c33f57a2d 100644 --- a/src/lib_base/test/test_bounded.ml +++ b/src/lib_base/test/test_bounded.ml @@ -26,7 +26,7 @@ (* Testing ------- Component: Base - Invocation: dune exec src/lib_base/test/test_bounded.exe + Invocation: dune exec src/lib_base/test/main.exe Subject: Test the [Bounded] module. *) diff --git a/src/lib_base/test/test_p2p_addr.ml b/src/lib_base/test/test_p2p_addr.ml index 5b87808e231f745e7eee462cf2c022d3cc657c75..aafdbf86b1ce93302be5cb68f8c7931375ae25db 100644 --- a/src/lib_base/test/test_p2p_addr.ml +++ b/src/lib_base/test/test_p2p_addr.ml @@ -26,7 +26,7 @@ (* Testing ------- Component: Base, P2p - Invocation: dune build @src/lib_base/runtest + Invocation: dune exec src/lib_base/test/main.exe Subject: Check the parsing of addresses with domain names *) diff --git a/src/lib_base/test/test_protocol.ml b/src/lib_base/test/test_protocol.ml index b5f74ce6062894ed48281ff5d3f06fa1d55be599..844598d82f2aaf13b26e6f790db135449448eea5 100644 --- a/src/lib_base/test/test_protocol.ml +++ b/src/lib_base/test/test_protocol.ml @@ -26,7 +26,7 @@ (* Testing ------- Component: Base, Protocol - Invocation: dune build @src/lib_base/runtest + Invocation: dune exec src/lib_base/test/main.exe Subject: Check the ordering of protocol versions *) diff --git a/src/lib_base/test/test_sized.ml b/src/lib_base/test/test_sized.ml index d9e35ac3ee36dd590c535ada38f15cafdf615e80..6fbc6a626e9777b85c386fa47c21ba263df9a7df 100644 --- a/src/lib_base/test/test_sized.ml +++ b/src/lib_base/test/test_sized.ml @@ -26,7 +26,7 @@ (* Testing ------- Component: Base - Invocation: dune exec src/lib_base/test/test_sized.exe + Invocation: dune exec src/lib_base/test/main.exe Subject: Check that the sized map and set functions behave correctly *) diff --git a/src/lib_base/test/test_time.ml b/src/lib_base/test/test_time.ml index d5382878f3b57f9ce5909471671a0baa1ea8ac89..9993335c0398d5f1301f8ad19fb4022926b0ccaf 100644 --- a/src/lib_base/test/test_time.ml +++ b/src/lib_base/test/test_time.ml @@ -26,7 +26,7 @@ (* Testing ------- Component: Base - Invocation: dune exec src/lib_base/test/test_time.exe + Invocation: dune exec src/lib_base/test/main.exe Subject: Check that the Protocol and System times behave correctly regarding addition and encoding (binary and JSON) *) diff --git a/src/lib_clic/test/test_clic.ml b/src/lib_clic/test/test_clic.ml index 1f240db6910ee47ffafd8269ff535578e3f035de..c59758719ced04b208412b47fbf466e8a7a0df8a 100644 --- a/src/lib_clic/test/test_clic.ml +++ b/src/lib_clic/test/test_clic.ml @@ -27,7 +27,7 @@ (** Testing ------- Component: Tezos_clic library - Invocation: dune build @src/lib_clic/runtest + Invocation: dune exec src/lib_clic/test/main.exe Subject: Test the functionality of the Tezos_clic library, such as CLI command dispatch, parameters and auto-completion. *) diff --git a/src/lib_client_base/test/bip39_tests.ml b/src/lib_client_base/test/bip39_tests.ml index 0259f73e026d0ca7bda2769af78ef1f80380defc..c1364523b68cc8ea0b1fbca1ef3a88671bb3f843 100644 --- a/src/lib_client_base/test/bip39_tests.ml +++ b/src/lib_client_base/test/bip39_tests.ml @@ -1,7 +1,7 @@ (** Testing ------- Component: Client Base - Invocation: dune build @src/lib_client_base/runtest + Invocation: dune exec src/lib_client_base/test/main.exe Subject: BIP39 seed phrases. Mnemonic sentences for the generation of deterministic wallets. *) diff --git a/src/lib_client_base/test/pbkdf_tests.ml b/src/lib_client_base/test/pbkdf_tests.ml index 6e924238d0acf191678baaa090cc7d58211c3f9c..c942540efc2b18a32981f79e22a9766618572782 100644 --- a/src/lib_client_base/test/pbkdf_tests.ml +++ b/src/lib_client_base/test/pbkdf_tests.ml @@ -1,7 +1,7 @@ (** Testing ------- Component: Client Base - Invocation: dune build @src/lib_client_base/runtest + Invocation: dune exec src/lib_client_base/test/main.exe Subject: On Password-Based Key Derivation Function 2 (PBKDF2) when using hash functions SHA256 and SHA512. *) diff --git a/src/lib_client_base_unix/test/test_mockup_wallet.ml b/src/lib_client_base_unix/test/test_mockup_wallet.ml index 2bbd65103283b371d96f07385f5cf97b82b2a4cf..bc966ec867ca66b3494893e978e117cb6f0c8d6e 100644 --- a/src/lib_client_base_unix/test/test_mockup_wallet.ml +++ b/src/lib_client_base_unix/test/test_mockup_wallet.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Mockup wallet library - Invocation: dune build @src/lib_client_base_unix/runtest + Invocation: dune exec src/lib_client_base_unix/test/main.exe Subject: Unit tests of the Mockup wallet library *) diff --git a/src/lib_context/test/test_context.ml b/src/lib_context/test/test_context.ml index 7140899796c5bf9e3f06cd3ca7c64d0f2d778d13..8e2772acf53e02c2855cdfc18731914e69e3ac96 100644 --- a/src/lib_context/test/test_context.ml +++ b/src/lib_context/test/test_context.ml @@ -26,7 +26,7 @@ (* Testing ------- Component: Context - Invocation: dune build @src/lib_context/runtest + Invocation: dune exec src/lib_context/test/main.exe Subject: On context features. *) diff --git a/src/lib_crypto/test-unix/test_crypto_box.ml b/src/lib_crypto/test-unix/test_crypto_box.ml index c75f955caa94a9a6218c1375b875005564f4eba9..d628ff9141eb8a091571c4d34797fef78f838051 100644 --- a/src/lib_crypto/test-unix/test_crypto_box.ml +++ b/src/lib_crypto/test-unix/test_crypto_box.ml @@ -27,7 +27,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test-unix/main.exe Subject: Roundtrips for functions built on the HACL* NaCl API. *) diff --git a/src/lib_crypto/test/test_base58.ml b/src/lib_crypto/test/test_base58.ml index 499b9e6c6a0a92dd82f27b115e460447456d47d4..24b9f5c6c63797d2f2f8a36014854ebd74abcd65 100644 --- a/src/lib_crypto/test/test_base58.ml +++ b/src/lib_crypto/test/test_base58.ml @@ -27,7 +27,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test/main.exe Dependencies: src/lib_crypto/test/roundtrips.ml Subject: Encoding in Base58 *) diff --git a/src/lib_crypto/test/test_blake2b.ml b/src/lib_crypto/test/test_blake2b.ml index 37205ef3d7b4552898daf73eecbd8262591f0bdf..f0517f79c3c290fa0df08dbb9128f3756ad51e83 100644 --- a/src/lib_crypto/test/test_blake2b.ml +++ b/src/lib_crypto/test/test_blake2b.ml @@ -27,7 +27,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test/main.exe Dependencies: src/lib_crypto/test/roundtrips.ml Subject: On the hash function BLAKE2b *) diff --git a/src/lib_crypto/test/test_context_hash.ml b/src/lib_crypto/test/test_context_hash.ml index 38188985a05aa8bcf67ef610e9f1bb6774074d6f..dde30672af57cc4d2f248c1062c3fbca1f1c18c2 100644 --- a/src/lib_crypto/test/test_context_hash.ml +++ b/src/lib_crypto/test/test_context_hash.ml @@ -27,7 +27,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test/main.exe Dependencies: src/lib_crypto/test/context_hash.ml Subject: On context hash *) diff --git a/src/lib_crypto/test/test_crypto_box.ml b/src/lib_crypto/test/test_crypto_box.ml index 05b6762fdfb6c57253c6fc952a8f3573964d7a41..18624cef68ec7306e1d8eb27b58318edb73071d7 100644 --- a/src/lib_crypto/test/test_crypto_box.ml +++ b/src/lib_crypto/test/test_crypto_box.ml @@ -27,7 +27,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test/main.exe Subject: Roundtrips for functions built on the HACL* NaCl API. *) diff --git a/src/lib_crypto/test/test_deterministic_nonce.ml b/src/lib_crypto/test/test_deterministic_nonce.ml index b71c9fac59eec127bf536773f2d52dc2c078402c..7234ff50cb9df06f2add05e391bc972483a147ca 100644 --- a/src/lib_crypto/test/test_deterministic_nonce.ml +++ b/src/lib_crypto/test/test_deterministic_nonce.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test/main.exe Subject: On hash functions with deterministic nonce *) diff --git a/src/lib_crypto/test/test_merkle.ml b/src/lib_crypto/test/test_merkle.ml index caf77d82578c8d19a19d9156fa2d9639d7a411ea..dbb642b15238b72579c4b06cd455f8cfd5218969 100644 --- a/src/lib_crypto/test/test_merkle.ml +++ b/src/lib_crypto/test/test_merkle.ml @@ -27,7 +27,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test/main.exe Subject: Merkle tree *) diff --git a/src/lib_crypto/test/test_prop_signature.ml b/src/lib_crypto/test/test_prop_signature.ml index 09285cbdad59d437478ad649567bfc52845cefba..0c3b6ecd21a13f7241eaa873dd3d61c154893612 100644 --- a/src/lib_crypto/test/test_prop_signature.ml +++ b/src/lib_crypto/test/test_prop_signature.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test/main.exe Subject: Property-tests over the interface S.SIGNATURE and its instantiations. *) diff --git a/src/lib_crypto/test/test_signature_encodings.ml b/src/lib_crypto/test/test_signature_encodings.ml index d9a531ac05f4318e8df76fca17262a7b932c6228..1348de63f7bf52f45546903369b9460ee401fc7f 100644 --- a/src/lib_crypto/test/test_signature_encodings.ml +++ b/src/lib_crypto/test/test_signature_encodings.ml @@ -25,7 +25,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test/main.exe Dependencies: src/lib_crypto/test/roundtrips.ml Subject: Checking Base58 key encodings *) diff --git a/src/lib_crypto/test/test_timelock.ml b/src/lib_crypto/test/test_timelock.ml index 84fcb405c36a6c21712ebac901695b75833e781e..315041df743e9e1d347e40a1705546db2790ee37 100644 --- a/src/lib_crypto/test/test_timelock.ml +++ b/src/lib_crypto/test/test_timelock.ml @@ -27,7 +27,7 @@ (** Testing ------- Component: Crypto - Invocation: dune build @src/lib_crypto/runtest + Invocation: dune exec src/lib_crypto/test/main.exe Dependencies: src/lib_crypto/test/timelock.ml Subject: On timelock implementation *) diff --git a/src/lib_error_monad/test/test_registration.ml b/src/lib_error_monad/test/test_registration.ml index 04beb596dc4bd36a7d9a2c29c8d8de4994a1e591..068caa6b8bf22c075acbd870148dd3766cd9f81a 100644 --- a/src/lib_error_monad/test/test_registration.ml +++ b/src/lib_error_monad/test/test_registration.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Error Monad - Invocation: dune build @src/lib_error_monad/runtest + Invocation: dune exec src/lib_error_monad/test/main.exe Subject: On the registration and query of errors. *) diff --git a/src/lib_error_monad/test/test_splitted_error_encoding.ml b/src/lib_error_monad/test/test_splitted_error_encoding.ml index 4160c77b98106ae313b0c5f70fe6c8dae677de04..965dac60427c27e9f37b7822784dab4e8d6a0205 100644 --- a/src/lib_error_monad/test/test_splitted_error_encoding.ml +++ b/src/lib_error_monad/test/test_splitted_error_encoding.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Error Monad - Invocation: dune build @src/lib_error_monad/runtest + Invocation: dune exec src/lib_error_monad/test/main.exe Subject: On the wrapping of error_encoding in a splitted. *) diff --git a/src/lib_mockup/test/test_fuzzing_mockup_args.ml b/src/lib_mockup/test/test_fuzzing_mockup_args.ml index 306244f4a124f1602c18012cbe5c4f607ce1df92..ae7503097744538711848ab0d5886e9dceafcb4a 100644 --- a/src/lib_mockup/test/test_fuzzing_mockup_args.ml +++ b/src/lib_mockup/test/test_fuzzing_mockup_args.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Mockup args library - Invocation: dune build @src/lib_mockup/runtest + Invocation: dune exec src/lib_mockup/test/main.exe Subject: Fuzzing tests of the Mockup args library *) diff --git a/src/lib_mockup/test/test_mockup_args.ml b/src/lib_mockup/test/test_mockup_args.ml index 60abecb32d4ecf4977b00ca4b8c539f0b920abc5..dbe54846fa0ec2abd6b394fb62827676cfb8d393 100644 --- a/src/lib_mockup/test/test_mockup_args.ml +++ b/src/lib_mockup/test/test_mockup_args.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Mockup args library - Invocation: dune build @src/lib_mockup/runtest + Invocation: dune exec src/lib_mockup/test/main.exe Subject: Unit tests of the Mockup args library *) diff --git a/src/lib_mockup/test/test_persistence.ml b/src/lib_mockup/test/test_persistence.ml index 7b96c9446fe843c41b4c181d274433462ddf300e..611649640b62797d6c6755f5866d351c3af86256 100644 --- a/src/lib_mockup/test/test_persistence.ml +++ b/src/lib_mockup/test/test_persistence.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Persistence library - Invocation: dune build @src/lib_mockup/runtest + Invocation: dune exec src/lib_mockup/test/main.exe Subject: Unit tests of the Persistence library *) diff --git a/src/lib_protocol_environment/test/test_cache.ml b/src/lib_protocol_environment/test/test_cache.ml index dcaa13569ca18e4602e21ce0732af8357ae29144..4ca22ad30cefb6d6b7be6d1e5bcc097ece3192b6 100644 --- a/src/lib_protocol_environment/test/test_cache.ml +++ b/src/lib_protocol_environment/test/test_cache.ml @@ -27,7 +27,7 @@ (** Testing ------- Component: Protocol Cache - Invocation: dune exec src/lib_protocol_environment/test/test.exe -- test "^cache$" + Invocation: dune exec src/lib_protocol_environment/test/main.exe Dependencies: src/lib_protocol_environment/test/assert.ml Subject: Low-level operations on protocol cache *) diff --git a/src/lib_protocol_environment/test/test_data_encoding.ml b/src/lib_protocol_environment/test/test_data_encoding.ml index fe94ff58fcaa7af758e46c42624b6ccc0e541a0c..4d137bce6de7c1a919a18f9e46a29eccaf831101 100644 --- a/src/lib_protocol_environment/test/test_data_encoding.ml +++ b/src/lib_protocol_environment/test/test_data_encoding.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Environment structs - Invocation: dune exec src/lib_protocol_environment/test/test.exe -- test "^data_encoding$" + Invocation: dune exec src/lib_protocol_environment/test/main.exe Subject: Environment structs modifications to Data_encoding e.g. in src/lib_protocol_environment/structs/v5_data_encoding.ml *) diff --git a/src/lib_protocol_environment/test/test_mem_context.ml b/src/lib_protocol_environment/test/test_mem_context.ml index aae452ecfab30c06437ac8c8bf8a9f54d020e3c3..68fa87e6092375bce23575fcae1776a1dba1a59b 100644 --- a/src/lib_protocol_environment/test/test_mem_context.ml +++ b/src/lib_protocol_environment/test/test_mem_context.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Protocol Environment - Invocation: dune exec src/lib_protocol_environment/test/test.exe -- test "^mem_context$" + Invocation: dune exec src/lib_protocol_environment/test/main.exe Dependencies: src/lib_protocol_environment/test/assert.ml Subject: Low-level operations on memory contexts. *) diff --git a/src/lib_protocol_environment/test/test_mem_context_array_theory.ml b/src/lib_protocol_environment/test/test_mem_context_array_theory.ml index 4619bf00670d5c359c96516873e8df4ec7a9b907..0fa7cf170103f6798d42e0fd23356f1916f496b3 100644 --- a/src/lib_protocol_environment/test/test_mem_context_array_theory.ml +++ b/src/lib_protocol_environment/test/test_mem_context_array_theory.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Protocol Environment - Invocation: dune exec src/lib_protocol_environment/test/test_mem_context_array_theory.exe + Invocation: dune exec src/lib_protocol_environment/test/main.exe Dependencies: src/lib_protocol_environment/test/test_mem_context.ml Subject: get/set operations on memory contexts. *) diff --git a/src/lib_protocol_environment/test_shell_context/test_proxy_context.ml b/src/lib_protocol_environment/test_shell_context/test_proxy_context.ml index 499c81a0b5e0015f04befe6afaeb0eac9aa158de..2bbcb6e2f1a119a44df4750b63be0984a1344d5d 100644 --- a/src/lib_protocol_environment/test_shell_context/test_proxy_context.ml +++ b/src/lib_protocol_environment/test_shell_context/test_proxy_context.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Proxy context (without delegation for now) - Invocation: dune exec src/lib_protocol_environment/test_shell_context/test_proxy_context.exe + Invocation: dune exec src/lib_protocol_environment/test_shell_context/main.exe Dependencies: src/lib_protocol_environment/test_shell_context/assert.ml Subject: Low-level operations on proxy contexts. *) diff --git a/src/lib_proxy/test/test_fuzzing_light.ml b/src/lib_proxy/test/test_fuzzing_light.ml index 5fd24dfbd137f17e564e3e2a0b1f33e28e78d9fb..53f3b4db93efd7d4b6dacc94a71d4a40b6c38b09 100644 --- a/src/lib_proxy/test/test_fuzzing_light.ml +++ b/src/lib_proxy/test/test_fuzzing_light.ml @@ -27,7 +27,7 @@ ------- Component: Client - Invocation: dune build @src/lib_proxy/runtest + Invocation: dune exec src/lib_proxy/test/main.exe Dependencies: src/lib_proxy/test/light_lib.ml src/lib_proxy/test/test_light.ml Description: Most generators in this module are recursive / nested, hence diff --git a/src/lib_proxy/test/test_fuzzing_proxy_getter.ml b/src/lib_proxy/test/test_fuzzing_proxy_getter.ml index 2889f99182814d686cee21f2c24f3aa301bc03dd..dc2486c13675bc00e6674230b0af945c337220c3 100644 --- a/src/lib_proxy/test/test_fuzzing_proxy_getter.ml +++ b/src/lib_proxy/test/test_fuzzing_proxy_getter.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Proxy getter - Invocation: dune build @src/lib_proxy/runtest + Invocation: dune exec src/lib_proxy/test/main.exe Subject: Fuzzing tests of internals of the client's --mode proxy *) diff --git a/src/lib_proxy/test/test_light.ml b/src/lib_proxy/test/test_light.ml index f75f2c01a6a4fd9a9e93e322dd4f3a1d5849be41..23312391d741fb6e4616b5f358aced23e545eb58 100644 --- a/src/lib_proxy/test/test_light.ml +++ b/src/lib_proxy/test/test_light.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Client - Invocation: dune build @src/lib_proxy/runtest + Invocation: dune exec src/lib_proxy/test/main.exe Dependencies: src/lib_proxy/test/light_lib.ml *) diff --git a/src/lib_proxy/test/test_proxy.ml b/src/lib_proxy/test/test_proxy.ml index 32d3de00896d4e5ee6ca7193e4e62cec88697e6b..e0d82f11a7379796cfd869b69bf7689ae00dedfe 100644 --- a/src/lib_proxy/test/test_proxy.ml +++ b/src/lib_proxy/test/test_proxy.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Client - Invocation: dune build @src/lib_proxy/runtest + Invocation: dune exec src/lib_proxy/test/main.exe Subject: --mode proxy of the client *) diff --git a/src/lib_proxy/test_helpers/shell_services/test/test_block_services.ml b/src/lib_proxy/test_helpers/shell_services/test/test_block_services.ml index d95da07791d23fa97522ad58674df3fcf174008d..b3c6b0aa4502364660d4bb18958ddc5ca2f12941 100644 --- a/src/lib_proxy/test_helpers/shell_services/test/test_block_services.ml +++ b/src/lib_proxy/test_helpers/shell_services/test/test_block_services.ml @@ -26,7 +26,7 @@ (** Testing ------- Component: Block services - Invocation: dune exec src/lib_shell_services/test_helpers/test/test_block_services.exe + Invocation: dune exec src/lib_proxy/test_helpers/shell_services/test/main.exe Subject: Fuzzing tests of equalities *)