blob: 8006d630d1e72c2613bb96e5744b6d830729af4b [file] [log] [blame]
test(
'test_records',
executable(
'test_records',
'test_records.cpp',
dependencies: [
gtest,
phosphor_dbus_interfaces,
phosphor_logging,
sdbusplus,
],
implicit_include_directories: false,
include_directories: '../..',
link_with: [
libpower,
],
objects: record_manager,
)
)