generation: Create folders in make.py

For convenience, assume that when someone uses make.py to generate the
tests, they would like not-yet-existing folders to be created.
This commit is contained in:
Philip Chimento 2024-10-15 12:38:01 -07:00 committed by Philip Chimento
parent 8e9141e69d
commit d9d48fdd99

View File

@ -42,6 +42,7 @@ def target(*deps):
def build():
shell(sys.executable, 'tools/generation/generator.py',
'create',
'--parents',
'--out', OUT_DIR,
SRC_DIR)