Alcotezt-ux: fix invocation headers in protocol-tests I
Related to issue #5172 (closed)
Invocation headers
- Test files have traditionally contained a "test header", as described here: https://tezos.gitlab.io/developer/testing.html#conventions, including an invocation header.
- During the project, we've broken most of the invocation headers. Here's an example of a broken header: https://gitlab.com/tezos/tezos/blob/master/src/proto_016_PtMumbai/lib_client/test/test_client_proto_context.ml#L29
The current fix is to rewrite it as:
dune exec [TEST_FOLDER]/main.exe
proto_015_PtLimaPt/lib_client/testproto_016_PtMumbai/lib_client/testproto_alpha/lib_client/testproto_015_PtLimaPt/lib_plugin/testproto_016_PtMumbai/lib_plugin/testproto_alpha/lib_plugin/testproto_015_PtLimaPt/lib_protocol/test/pbtproto_016_PtMumbai/lib_protocol/test/pbtproto_alpha/lib_protocol/test/pbt
Edited by lykimquyen