mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
* Remove deprecated cleanup task * Move util class into test-support This is because this class can be used outside the scope of the junit tests but it'll not be part of main * Move referenceTests into its own scope * Migrate referenceTests to Junit5 I inlined `o.h.b.e.vm.AbstractRetryingTest` into `o.h.b.e.vm.VMReferenceTest` because there was a single usage of the abstraction and also because it wasn't portable to how Junit5 parameters work Signed-off-by: Diego López León <dieguitoll@gmail.com> Co-authored-by: Danno Ferrin <danno.ferrin@gmail.com> Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
[submodule "eth-ref-tests"]
|
|
path = ethereum/referencetests/src/reference-test/external-resources
|
|
url = https://github.com/ethereum/tests.git
|
|
ignore = all
|
|
[submodule "qbft-ref-tests"]
|
|
path = consensus/qbft/src/reference-test/resources
|
|
url = https://github.com/ConsenSys/qbft-tests.git
|
|
ignore = all
|