blob: 519d110d83b0a7378b8935da1bc7a17d5432106e [file] [log] [blame]
testcases = [
'test_pldm_package_parser',
]
foreach t : testcases
test(
t,
executable(
t,
f'@t@.cpp',
include_directories: [
common_include,
],
dependencies: [
libpldm_dep,
phosphor_logging_dep,
gtest,
],
link_with: [
libpldmutil,
libpldmcreatepkg,
]
)
)
endforeach