blob: 7d0a077058db370f984c2c0425141725d63cc9da [file] [log] [blame]
testcases = ['software_get_random_softwareid']
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