blob: 318ff0f5ec2a9d7d0be9ea88944261a658af49a3 [file] [log] [blame]
testcases = [
'software_get_random_softwareid',
'software_config',
'software_association',
'software_update',
'software_version',
'software',
]
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,
libexampledevice,
],
),
)
endforeach