blob: 2785306b9fb32207e321e2603b4d00fe6bbc1918 [file] [log] [blame]
gtest = dependency('gtest', main: true, disabler: true, required: build_tests)
test(
'test_entity_manager',
executable(
'test_entity_manager',
'test_entity-manager.cpp',
'../src/Utils.cpp',
cpp_args: boost_args + ['-DBOOST_ASIO_DISABLE_THREADS'],
dependencies: [
boost,
gtest,
sdbusplus,
],
implicit_include_directories: false,
include_directories: '../include',
)
)