malsyned / pfstest

Professional Firmware Services Unit Test Framework
Other
1 stars 0 forks source link

test-targets.mk: Consider splitting target-template into target-template, class-template #37

Closed malsyned closed 6 years ago

malsyned commented 6 years ago

Most of the patterns in in the target-template will actually match all targets with the same class (actually buildprefix). It would make this distinction clearer if a separate template was created for classes and run on each class ( $(sort $(foreach target,$(TARGETS),$(call target-class,$(target)))) ) instead of on each target.