Jun 9th update

This commit is contained in:
Ned Wright
2024-06-09 11:26:55 +00:00
parent fd5d093b24
commit 51b2e6d0d7
39 changed files with 1166 additions and 481 deletions

View File

@@ -3,5 +3,5 @@ link_directories(${BOOST_ROOT}/lib)
add_unit_test(
health_check_ut
"health_check_ut.cc"
"health_check;messaging;mainloop;singleton;agent_details;config;logging;metric;event_is;health_check_manager;-lboost_regex;-lboost_system"
"health_check;updates_process_reporter;messaging;mainloop;singleton;agent_details;config;logging;metric;event_is;health_check_manager;-lboost_regex;-lboost_system"
)