Attention is currently required from: Edward O'Callaghan, Angel Pons, Anastasia Klimchuk.
1 comment:
Patchset:
The newest test that I have added uses real spi_send_command, however some previous tests are mocking the same function. Means, we have to have two tests executables where one of executables uses real spi_send_command and second one wraps spi_send_command.
Not sure if you don't know or if you tried and it turned out to be the worse
solution: with `--wrap` you can literally wrap the original function. It should
be available as __real_spi_send_command(). So with a little abstraction we
could have a __wrap_spi_send_command() that would do the checks that it
currently does and optionally calls the real spi_send_command().
To view, visit change 56501. To unsubscribe, or for help writing mail filters, visit settings.