mirror of https://github.com/python/cpython
GH-98831: Add `regen-cases` to `regen-all` (#99107)
This commit is contained in:
parent
f09da28768
commit
e99380cc39
|
@ -1224,7 +1224,7 @@ regen-limited-abi: all
|
|||
############################################################################
|
||||
# Regenerate all generated files
|
||||
|
||||
regen-all: regen-opcode regen-opcode-targets regen-typeslots \
|
||||
regen-all: regen-cases regen-opcode regen-opcode-targets regen-typeslots \
|
||||
regen-token regen-ast regen-keyword regen-sre regen-frozen clinic \
|
||||
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
|
||||
regen-test-levenshtein regen-global-objects
|
||||
|
|
Loading…
Reference in New Issue