blob: 9e5517ead7b7c6252dbf2d3c49e4cb154ac3469e [file] [log] [blame]
common_test_src = declare_dependency(
sources: [
'../utils.cpp'])
tests = [
'pldm_utils_test',
]
foreach t : tests
test(t, executable(t.underscorify(), t + '.cpp',
implicit_include_directories: false,
link_args: dynamic_linker,
build_rpath: get_option('oe-sdk').enabled() ? rpath : '',
dependencies: [
common_test_src,
gtest,
libpldm_dep,
nlohmann_json,
phosphor_dbus_interfaces,
phosphor_logging_dep,
libpldmutils,
sdbusplus]),
workdir: meson.current_source_dir())
endforeach