Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39893 )
Change subject: Documentation: Add proposal for firmware unit testing ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39893/1/Documentation/technotes/202... File Documentation/technotes/2020-03-unit-testing-coreboot.md:
https://review.coreboot.org/c/coreboot/+/39893/1/Documentation/technotes/202... PS1, Line 232: prefix
Furthermore - if we want to create a dependency and object files for both test and source modules under build/tests/, it is necessary to have a different name.
I don't really follow that logic. You can (and should) install the object files in different directories (mirroring the source tree directory structure), so there should be no problem with them having the same name. We have hundreds of files having the same name in different directories throughout coreboot. It's not really an issue.
But I don't feel strongly about this, if you think it's important to name them differently we can do that. It's just a bit more to type.