Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42312 )
Change subject: tests: Fix a typo in tests/lib/Makefile.inc ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/42312/1/tests/lib/Makefile.inc File tests/lib/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/42312/1/tests/lib/Makefile.inc@3 PS1, Line 3: # object files should be under build/tests/ build/test/src/ build/test/run/ Is this comment still accurate, anyway? As far as I know object files are under build/tests/<test-subdir>/<test-name>/ now. (I'm also not sure why we have a comment like this in the subdirectory Makefile.inc of some random test... if we want to explain how the test output directory is structured, that should probably go into the main tests/Makefile.inc instead.)