blob: f7523a059ed6f6d29e3c08b457455998118ba39b [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').enabled() ? rpath : '',
link_with: [
libpower,
],
objects: record_manager,
)
)