meson.build (68f5bbdfa5171f9a93ba13595251295e8a35f8fc) | meson.build (49cfb138af156020599361584b20c9ed591eeeb6) |
---|---|
1tests = [ 2 'libpldmresponder_base_test', 3 'libpldmresponder_bios_test', 4 'libpldmresponder_bios_attribute_test', 5 'libpldmresponder_bios_config_test', 6 'libpldmresponder_bios_enum_attribute_test', 7 'libpldmresponder_bios_integer_attribute_test', 8 'libpldmresponder_bios_string_attribute_test', --- 27 unchanged lines hidden (view full) --- 36 dep_src, 37 libpldm_dep, 38 libpldmresponder_dep, 39 libpldmutils, 40 gtest, 41 gmock, 42 nlohmann_json, 43 phosphor_dbus_interfaces, | 1tests = [ 2 'libpldmresponder_base_test', 3 'libpldmresponder_bios_test', 4 'libpldmresponder_bios_attribute_test', 5 'libpldmresponder_bios_config_test', 6 'libpldmresponder_bios_enum_attribute_test', 7 'libpldmresponder_bios_integer_attribute_test', 8 'libpldmresponder_bios_string_attribute_test', --- 27 unchanged lines hidden (view full) --- 36 dep_src, 37 libpldm_dep, 38 libpldmresponder_dep, 39 libpldmutils, 40 gtest, 41 gmock, 42 nlohmann_json, 43 phosphor_dbus_interfaces, |
44 phosphor_logging_dep, |
|
44 sdeventplus, 45 sdbusplus]), 46 workdir: meson.current_source_dir()) 47endforeach | 45 sdeventplus, 46 sdbusplus]), 47 workdir: meson.current_source_dir()) 48endforeach |