Merge pull request #2557 from ethereum/consensus-spec-tests
Rename `eth2.0-spec-tests` to `consensus-spec-tests`
This commit is contained in:
commit
215188cc01
|
@ -9,7 +9,7 @@ build/
|
||||||
output/
|
output/
|
||||||
dist/
|
dist/
|
||||||
|
|
||||||
eth2.0-spec-tests/
|
consensus-spec-tests/
|
||||||
|
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ TEST_GENERATORS_DIR = ./tests/generators
|
||||||
PY_SPEC_DIR = $(TEST_LIBS_DIR)/pyspec
|
PY_SPEC_DIR = $(TEST_LIBS_DIR)/pyspec
|
||||||
ETH2SPEC_MODULE_DIR = $(PY_SPEC_DIR)/eth2spec
|
ETH2SPEC_MODULE_DIR = $(PY_SPEC_DIR)/eth2spec
|
||||||
TEST_REPORT_DIR = $(PY_SPEC_DIR)/test-reports
|
TEST_REPORT_DIR = $(PY_SPEC_DIR)/test-reports
|
||||||
TEST_VECTOR_DIR = ../eth2.0-spec-tests/tests
|
TEST_VECTOR_DIR = ../consensus-spec-tests/tests
|
||||||
GENERATOR_DIR = ./tests/generators
|
GENERATOR_DIR = ./tests/generators
|
||||||
SOLIDITY_DEPOSIT_CONTRACT_DIR = ./solidity_deposit_contract
|
SOLIDITY_DEPOSIT_CONTRACT_DIR = ./solidity_deposit_contract
|
||||||
SOLIDITY_DEPOSIT_CONTRACT_SOURCE = ${SOLIDITY_DEPOSIT_CONTRACT_DIR}/deposit_contract.sol
|
SOLIDITY_DEPOSIT_CONTRACT_SOURCE = ${SOLIDITY_DEPOSIT_CONTRACT_DIR}/deposit_contract.sol
|
||||||
|
|
Loading…
Reference in New Issue