meson.build (06fca44170bfd511d519f64fe75da770e0bfd5d7) | meson.build (49cfb138af156020599361584b20c9ed591eeeb6) |
---|---|
1requester_inc = include_directories('../../') 2test_src = declare_dependency( 3 sources: [ 4 '../../pldmd/dbus_impl_requester.cpp', 5 '../../pldmd/instance_id.cpp'], 6 include_directories:requester_inc) 7 8tests = [ --- 7 unchanged lines hidden (view full) --- 16 link_args: dynamic_linker, 17 build_rpath: get_option('oe-sdk').enabled() ? rpath : '', 18 dependencies: [ 19 gtest, 20 gmock, 21 libpldm_dep, 22 nlohmann_json, 23 phosphor_dbus_interfaces, | 1requester_inc = include_directories('../../') 2test_src = declare_dependency( 3 sources: [ 4 '../../pldmd/dbus_impl_requester.cpp', 5 '../../pldmd/instance_id.cpp'], 6 include_directories:requester_inc) 7 8tests = [ --- 7 unchanged lines hidden (view full) --- 16 link_args: dynamic_linker, 17 build_rpath: get_option('oe-sdk').enabled() ? rpath : '', 18 dependencies: [ 19 gtest, 20 gmock, 21 libpldm_dep, 22 nlohmann_json, 23 phosphor_dbus_interfaces, |
24 phosphor_logging_dep, |
|
24 sdbusplus, 25 sdeventplus, 26 test_src]), 27 workdir: meson.current_source_dir()) 28endforeach | 25 sdbusplus, 26 sdeventplus, 27 test_src]), 28 workdir: meson.current_source_dir()) 29endforeach |