blob: d0ac54cb45b29d8d483bada978d92bcbf416f1f7 [file] [log] [blame]
Alexander Hansen6f4c6b42025-06-27 16:42:35 +02001test(
2 'test_entity_manager',
3 executable(
4 'test_entity_manager',
5 'test_entity-manager.cpp',
6 cpp_args: test_boost_args,
7 dependencies: [
8 boost,
9 gtest,
10 nlohmann_json_dep,
11 phosphor_logging_dep,
12 sdbusplus,
13 valijson,
14 ],
15 link_with: entity_manager_lib,
16 include_directories: test_include_dir,
17 ),
18)