move yaml output target
This commit is contained in:
parent
69ab4140de
commit
14ff452314
|
@ -8,7 +8,7 @@ venv
|
||||||
build/
|
build/
|
||||||
output/
|
output/
|
||||||
|
|
||||||
yaml_tests/
|
eth2.0-spec-tests/
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
|
|
||||||
# Dynamically built from Markdown spec
|
# Dynamically built from Markdown spec
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ SPEC_DIR = ./specs
|
||||||
SCRIPT_DIR = ./scripts
|
SCRIPT_DIR = ./scripts
|
||||||
TEST_LIBS_DIR = ./test_libs
|
TEST_LIBS_DIR = ./test_libs
|
||||||
PY_SPEC_DIR = $(TEST_LIBS_DIR)/pyspec
|
PY_SPEC_DIR = $(TEST_LIBS_DIR)/pyspec
|
||||||
YAML_TEST_DIR = ./yaml_tests
|
YAML_TEST_DIR = ./eth2.0-spec-tests/tests
|
||||||
GENERATOR_DIR = ./test_generators
|
GENERATOR_DIR = ./test_generators
|
||||||
CONFIGS_DIR = ./configs
|
CONFIGS_DIR = ./configs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue