blob: b0b09c285534e1d69eebf7d02d208f9bf3258db9 [file] [log] [blame]
testcases = [
'test_device_specific_update_function',
'test_device_start_update_async_success',
'test_device_start_update_async_invalid_fd',
]
foreach t : testcases
test(
t,
executable(
t,
f'@t@.cpp',
include_directories: [
common_include,
],
dependencies: [
libpldm_dep,
sdbusplus_dep,
phosphor_logging_dep,
gtest,
],
link_with: [libpldmutil, libpldmcreatepkg, software_common_lib, libnopdevice]
)
)
endforeach