blob: d0ac54cb45b29d8d483bada978d92bcbf416f1f7 [file] [log] [blame]
test(
'test_entity_manager',
executable(
'test_entity_manager',
'test_entity-manager.cpp',
cpp_args: test_boost_args,
dependencies: [
boost,
gtest,
nlohmann_json_dep,
phosphor_logging_dep,
sdbusplus,
valijson,
],
link_with: entity_manager_lib,
include_directories: test_include_dir,
),
)