Skip to content

Commit

Permalink
Add back the ability to choose a specific target when regenerating te…
Browse files Browse the repository at this point in the history
…sts using scripts/tools/zap_regen_all.py (project-chip#24876)
  • Loading branch information
vivien-apple authored and David Lechner committed Mar 22, 2023
1 parent a4d01b7 commit bbda748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/zap_regen_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def getTargets(type, test_target):
targets = []

if type & TargetType.TESTS:
targets.extend(getTestsTemplatesTargets('all'))
targets.extend(getTestsTemplatesTargets(test_target))

if type & TargetType.GLOBAL:
targets.extend(getGlobalTemplatesTargets())
Expand Down

0 comments on commit bbda748

Please sign in to comment.