From 94f116f843eea259e2fb1d0a10906e9a676b910a Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 16 Oct 2025 03:11:06 +0300 Subject: [PATCH] Make tests a submodule of the repo (#191) --- .gitignore | 1 - .gitmodules | 3 +++ resolc-compiler-tests | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 160000 resolc-compiler-tests diff --git a/.gitignore b/.gitignore index acf69f1..7a5ef4c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ node_modules *.log profile.json.gz -resolc-compiler-tests workdir !/schema.json diff --git a/.gitmodules b/.gitmodules index 5ae041b..e74b35d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "polkadot-sdk"] path = polkadot-sdk url = https://github.com/paritytech/polkadot-sdk.git +[submodule "resolc-compiler-tests"] + path = resolc-compiler-tests + url = https://github.com/paritytech/resolc-compiler-tests diff --git a/resolc-compiler-tests b/resolc-compiler-tests new file mode 160000 index 0000000..5dcd1cd --- /dev/null +++ b/resolc-compiler-tests @@ -0,0 +1 @@ +Subproject commit 5dcd1cdb87126d5f1dd5505629207b908a85f223