mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
tests/spi25.c: Add unit-test coverage of spi95.c
Add spi95.c unit-tests to spi25.c to avoid some clutter. BUG=b:157280555 BRANCH=none TEST=builds Change-Id: I6de59451b82131b58114b268ff6dd0b18cd5952b Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/41656 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:

committed by
Edward O'Callaghan

parent
3cc70c25f9
commit
76d2445d39
@ -47,6 +47,7 @@ int main(void)
|
||||
cmocka_unit_test(probe_spi_res2_test_success),
|
||||
cmocka_unit_test(probe_spi_res3_test_success),
|
||||
cmocka_unit_test(probe_spi_at25f_test_success),
|
||||
cmocka_unit_test(probe_spi_st95_test_success), /* spi95.c */
|
||||
};
|
||||
ret |= cmocka_run_group_tests_name("spi25.c tests", spi25_tests, NULL, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user