1*39b370a5SBrad Bishoptest(
2*39b370a5SBrad Bishop    'test_records',
3*39b370a5SBrad Bishop    executable(
4*39b370a5SBrad Bishop        'test_records',
5*39b370a5SBrad Bishop        'test_records.cpp',
6*39b370a5SBrad Bishop        dependencies: [
7*39b370a5SBrad Bishop            gtest,
8*39b370a5SBrad Bishop            phosphor_dbus_interfaces,
9*39b370a5SBrad Bishop            phosphor_logging,
10*39b370a5SBrad Bishop            sdbusplus,
11*39b370a5SBrad Bishop        ],
12*39b370a5SBrad Bishop        implicit_include_directories: false,
13*39b370a5SBrad Bishop        include_directories: '../..',
14*39b370a5SBrad Bishop        link_with: [
15*39b370a5SBrad Bishop            libpower,
16*39b370a5SBrad Bishop        ],
17*39b370a5SBrad Bishop        objects: record_manager,
18*39b370a5SBrad Bishop    )
19*39b370a5SBrad Bishop)
20