Compare commits

...

1 Commits

Author SHA1 Message Date
Omar Abdulla 2e14880df8 Make tests a submodule of the repo 2025-10-16 01:44:43 +03:00
3 changed files with 4 additions and 1 deletions
-1
View File
@@ -9,7 +9,6 @@ node_modules
*.log *.log
profile.json.gz profile.json.gz
resolc-compiler-tests
workdir workdir
!/schema.json !/schema.json
+3
View File
@@ -1,3 +1,6 @@
[submodule "polkadot-sdk"] [submodule "polkadot-sdk"]
path = polkadot-sdk path = polkadot-sdk
url = https://github.com/paritytech/polkadot-sdk.git url = https://github.com/paritytech/polkadot-sdk.git
[submodule "resolc-compiler-tests"]
path = resolc-compiler-tests
url = https://github.com/paritytech/resolc-compiler-tests