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

tests: Extract libusb wraps into separate file

In preparation for adding more tests with lots of libusb wraps,
existing wraps are extracted into separate file.

BUG=b:181803212
TEST=builds and ninja test

Change-Id: I17c1cc0189fcb742a99ad1b0fd615ab95504a74a
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/57916
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
Anastasia Klimchuk
2021-09-17 16:00:16 +10:00
committed by Nico Huber
parent 97acc374e4
commit a7a59cf0bb
3 changed files with 64 additions and 46 deletions

View File

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