ObKo / stm32-cmake

CMake for stm32 developing.
MIT License
1.2k stars 339 forks source link

UT: Make unit test run for all existing and future families #334

Open Hish15 opened 10 months ago

Hish15 commented 10 months ago

Adding a new family in UT is not efficient. We don't want to specify families on each test nor having to add specific family files in all tests.

One solution could be to use the template provided with the cmsis/Hal for each family at test run time.

xanthio commented 6 months ago

I guess #342 do the job

Hish15 commented 2 months ago

If I'm not mistake, #342 does run for all families on cmake/stm32/.cmake It does not adress the nor having to add specific family files in all tests. I cannot close this yet then