aboutsummaryrefslogtreecommitdiffstats
path: root/tests/meson.build
diff options
context:
space:
mode:
authorAnastasia Klimchuk <aklm@chromium.org>2021-09-17 16:00:16 +1000
committerNico Huber <nico.h@gmx.de>2021-10-18 12:22:47 +0000
commita7a59cf0bb37b7416756e6b1977b8667bbecb01b (patch)
treee2d2b410c7d670ca486f750fa44f0f6c9e6fa41f /tests/meson.build
parent97acc374e453233fed65b397c4195c21dd5a0a57 (diff)
downloadflashrom-a7a59cf0bb37b7416756e6b1977b8667bbecb01b.tar.gz
flashrom-a7a59cf0bb37b7416756e6b1977b8667bbecb01b.tar.bz2
flashrom-a7a59cf0bb37b7416756e6b1977b8667bbecb01b.zip
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>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index df563580..c55c5d20 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -16,6 +16,7 @@ root_includes = include_directories('../subprojects')
srcs = [
'io_mock.c',
'tests.c',
+ 'libusb_wraps.c',
'helpers.c',
'flashrom.c',
'spi25.c',