commit | c164ca630df627775105a16b289734576166adc3 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Jan 24 13:38:03 2024 +0100 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu Jan 25 09:58:57 2024 +0100 |
tree | 1db1c3cc4dd9893fef63541b5c72e1774c53bb45 | |
parent | 190c724347250e53eae581c3369ac84dffb51312 [diff] [blame] |
tests: move sysrepo helpers into a separate library Change-Id: I0fec15a712f33647b546c98ff9ce4793090b6aa5
diff --git a/tests/sysrepo_health-led-alarms.cpp b/tests/sysrepo_health-led-alarms.cpp index 62f96f6..5237a9e 100644 --- a/tests/sysrepo_health-led-alarms.cpp +++ b/tests/sysrepo_health-led-alarms.cpp
@@ -8,8 +8,8 @@ #include "pretty_printers.h" #include "system/LED.h" #include "test_log_setup.h" -#include "test_sysrepo_helpers.h" #include "tests/configure.cmake.h" +#include "tests/sysrepo-helpers/common.h" #include "utils/io.h" using namespace std::literals;