blob: 39aec2abcb5ae3fc0258c2315297716e9e45d99e [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_args: dynamic_linker,
build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
link_with: [
libpower,
],
objects: record_manager,
)
)