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 Feb 6, 2023
1 parent 322e443 commit a85fe60
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 a85fe60

Please sign in to comment.