blob: 2254a3ac35f534f11707c51037c8c30a1ca2714b [file] [log] [blame]
host_bmc_test_src = declare_dependency(
sources: [
'../dbus_to_host_effecters.cpp',
'../../pldmd/dbus_impl_requester.cpp',
'../../pldmd/instance_id.cpp'])
tests = [
'dbus_to_host_effecter_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: [
gtest,
gmock,
host_bmc_test_src,
libpldm_dep,
libpldmutils,
phosphor_dbus_interfaces,
sdbusplus]),
workdir: meson.current_source_dir())
endforeach