mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
tests/: Add flashrom.c unit tests
BUG=b:157280555 BRANCH=none TEST=builds Change-Id: I2d9213f98c6c9639f2417466ba4895117e8d600a Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/41646 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
be4682dc44
commit
629b8f06ec
@ -1,6 +1,9 @@
|
||||
#ifndef TESTS_H
|
||||
#define TESTS_H
|
||||
|
||||
/* flashrom.c */
|
||||
void flashbuses_to_text_test_success(void **state);
|
||||
|
||||
/* spi25.c */
|
||||
void spi_write_enable_test_success(void **state);
|
||||
void spi_write_disable_test_success(void **state);
|
||||
|
Reference in New Issue
Block a user