mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-17 11:11:11 +00:00
Make tests a submodule of the repo (#191)
This commit is contained in:
@@ -9,7 +9,6 @@ node_modules
|
|||||||
*.log
|
*.log
|
||||||
|
|
||||||
profile.json.gz
|
profile.json.gz
|
||||||
resolc-compiler-tests
|
|
||||||
workdir
|
workdir
|
||||||
|
|
||||||
!/schema.json
|
!/schema.json
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Submodule
+1
Submodule resolc-compiler-tests added at 5dcd1cdb87
Reference in New Issue
Block a user