1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-08-16 11:54:41 +02:00

tests/: Add helper.c unit tests

BUG=b:157280555
BRANCH=none
TEST=builds

Change-Id: If4a1fe7c499f51bb9d7cd48ef26caf9dfae3c1fa
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/41655
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Edward O'Callaghan
2020-05-22 18:42:11 +10:00
committed by Edward O'Callaghan
parent 629b8f06ec
commit 3cc70c25f9
4 changed files with 85 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ root_includes = include_directories('../subprojects')
srcs = [
'tests.c',
'helpers.c',
'flashrom.c',
'spi25.c',
]