From 9e7f70822f3235e96df6b333fb55f997471ea831 Mon Sep 17 00:00:00 2001 From: Marcello Ardizzone Date: Tue, 21 Jun 2022 12:46:18 +0200 Subject: [PATCH] new: dev: pos-398 install testdata as submodule --- .gitmodules | 3 +++ tests/testdata | 1 + 2 files changed, 4 insertions(+) create mode 160000 tests/testdata diff --git a/.gitmodules b/.gitmodules index 241c169c47..986a4ca0cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/tests/testdata b/tests/testdata new file mode 160000 index 0000000000..58754cbc46 --- /dev/null +++ b/tests/testdata @@ -0,0 +1 @@ +Subproject commit 58754cbc46a1e029032c1c23212ea9b5c97199d9