mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 05:05:00 -05:00
add coment about test generation config filtering to makefile
This commit is contained in:
1
Makefile
1
Makefile
@@ -103,6 +103,7 @@ define run_generator
|
||||
# Install all the necessary requirements
|
||||
# Run the generator. The generator is assumed to have an "main.py" file.
|
||||
# We output to the tests dir (generator program should accept a "-o <filepath>" argument.
|
||||
# `-l minimal general` can be added to the generator call to filter to smaller configs, when testing.
|
||||
echo "generator $(1) started"; \
|
||||
mkdir -p $(TEST_VECTOR_DIR); \
|
||||
cd $(GENERATOR_DIR)/$(1); \
|
||||
|
||||
Reference in New Issue
Block a user