Attention is currently required from: Nico Huber, Edward O'Callaghan, Angel Pons. Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/55295 )
Change subject: tests: Do not build a test if its driver is not built ......................................................................
Patch Set 2:
(1 comment)
File tests/init_shutdown.c:
https://review.coreboot.org/c/flashrom/+/55295/comment/7fbfeb07_8eecd05b PS1, Line 35: #if CONFIG_DUMMY == 1 : void dummy_init_and_shutdown_test_success(void **state) : { : run_lifecycle(state, PROGRAMMER_DUMMY, "bus=parallel+lpc+fwh+spi"); : } : #endif /* CONFIG_DUMMY */
Hmmm, this will change with Thomas' patch series. Instead of the enums […]
I was going to wait for Thomas' patch series to be submitted first. This one will be easy to rebase, and also because by default all CONFIG_xxx from here are enabled anyway. So, this would be the same code, but with references to the programmer structs instead of enums. That's why I was asking many questions about #if on CB:52946, relevant for me here.