From a7a59cf0bb37b7416756e6b1977b8667bbecb01b Mon Sep 17 00:00:00 2001 From: Anastasia Klimchuk Date: Fri, 17 Sep 2021 16:00:16 +1000 Subject: 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/57916 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/meson.build') 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', -- cgit v1.2.3