Jan Dabros has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41773 )
Change subject: tests: Always run all unit tests ......................................................................
Patch Set 1: Code-Review+1
Patch Set 1:
Jan, I'm most unsure of this change: is there any dependency assumed between tests that would require us not to run "later" tests if "earlier" tests failed? Because that's what would change here. On the other hand, make is free to reorder dependencies and run them in parallel, so I don't think we could have relied on that in the first place.
Anyway, something I'd like your input on.
No, the goal is to have completely isolated tests. Actually we will get similar effect when running "make unit-tests -j". Looks good to me.