mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
dediprog: Init-shutdown test for dediprog
This patch adds mocks for libusb functions. To avoid dependency on libusb.h, libusb symbols for context and device handle are redefined. Real libusb functions are never called in tests anyway, cmocka wraps work with this without complaints. BUG=b:181803212 TEST=builds and ninja test Change-Id: I38508dfb6d7c24d42522f22fcae0c5e410c5f7ea Signed-off-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/55934 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:

committed by
Edward O'Callaghan

parent
9420043986
commit
02bc0b2c53
@ -39,6 +39,13 @@ mocks = [
|
||||
'-Wl,--wrap=test_inw',
|
||||
'-Wl,--wrap=test_outl',
|
||||
'-Wl,--wrap=test_inl',
|
||||
'-Wl,--wrap=usb_dev_get_by_vid_pid_number',
|
||||
'-Wl,--wrap=libusb_set_configuration',
|
||||
'-Wl,--wrap=libusb_claim_interface',
|
||||
'-Wl,--wrap=libusb_control_transfer',
|
||||
'-Wl,--wrap=libusb_release_interface',
|
||||
'-Wl,--wrap=libusb_close',
|
||||
'-Wl,--wrap=libusb_exit',
|
||||
'-Wl,--gc-sections',
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user