| Alexander Hansen | 6f4c6b4 | 2025-06-27 16:42:35 +0200 | [diff] [blame] | 1 | test( |
| 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 | ) |
| Alexander Hansen | 90e4f05 | 2025-10-10 22:58:01 +0200 | [diff] [blame^] | 19 | |
| 20 | test( |
| 21 | 'test_log_device_inventory', |
| 22 | executable( |
| 23 | 'test_log_device_inventory', |
| 24 | 'log_device_inventory.cpp', |
| 25 | cpp_args: test_boost_args, |
| 26 | dependencies: [ |
| 27 | boost, |
| 28 | gtest, |
| 29 | nlohmann_json_dep, |
| 30 | phosphor_logging_dep, |
| 31 | sdbusplus, |
| 32 | valijson, |
| 33 | ], |
| 34 | link_with: entity_manager_lib, |
| 35 | include_directories: test_include_dir, |
| 36 | ), |
| 37 | ) |