mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
new: dev: pos-398 install testdata as submodule
This commit is contained in:
parent
8ebac951a9
commit
9e7f70822f
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -6,3 +6,6 @@
|
|||
path = tests/evm-benchmarks
|
||||
url = https://github.com/ipsilon/evm-benchmarks
|
||||
shallow = true
|
||||
[submodule "tests/testdata"]
|
||||
path = tests/testdata
|
||||
url = https://github.com/ethereum/tests.git
|
||||
|
|
|
|||
1
tests/testdata
Submodule
1
tests/testdata
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 58754cbc46a1e029032c1c23212ea9b5c97199d9
|
||||
Loading…
Reference in a new issue