blob: 8006d630d1e72c2613bb96e5744b6d830729af4b [file] [log] [blame]
Brad Bishop39b370a2019-09-02 02:37:32 -04001test(
2 'test_records',
3 executable(
4 'test_records',
5 'test_records.cpp',
6 dependencies: [
7 gtest,
8 phosphor_dbus_interfaces,
9 phosphor_logging,
10 sdbusplus,
11 ],
12 implicit_include_directories: false,
13 include_directories: '../..',
14 link_with: [
15 libpower,
16 ],
17 objects: record_manager,
18 )
19)