add coment about test generation config filtering to makefile
This commit is contained in:
parent
5bdcd269ea
commit
0c5153d3f0
1
Makefile
1
Makefile
|
@ -103,6 +103,7 @@ define run_generator
|
||||||
# Install all the necessary requirements
|
# Install all the necessary requirements
|
||||||
# Run the generator. The generator is assumed to have an "main.py" file.
|
# 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.
|
# 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"; \
|
echo "generator $(1) started"; \
|
||||||
mkdir -p $(TEST_VECTOR_DIR); \
|
mkdir -p $(TEST_VECTOR_DIR); \
|
||||||
cd $(GENERATOR_DIR)/$(1); \
|
cd $(GENERATOR_DIR)/$(1); \
|
||||||
|
|
Loading…
Reference in New Issue