diff options
-rw-r--r-- | test/utils/TARGETS | 2 | ||||
-rw-r--r-- | test/utils/serve_service/test_serve_config.hpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/utils/TARGETS b/test/utils/TARGETS index c98da595..c0f85b49 100644 --- a/test/utils/TARGETS +++ b/test/utils/TARGETS @@ -81,7 +81,7 @@ } , "test_serve_config": { "type": ["@", "rules", "CC", "library"] - , "name": ["catch-main-remote-execution"] + , "name": ["test_serve_config"] , "hdrs": ["serve_service/test_serve_config.hpp"] , "deps": [ ["@", "src", "src/buildtool/serve_api/remote", "config"] diff --git a/test/utils/serve_service/test_serve_config.hpp b/test/utils/serve_service/test_serve_config.hpp index c565aa0b..c38c2dfe 100644 --- a/test/utils/serve_service/test_serve_config.hpp +++ b/test/utils/serve_service/test_serve_config.hpp @@ -19,6 +19,7 @@ #include <string> #include <variant> +#include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" #include "src/buildtool/serve_api/remote/config.hpp" #include "test/utils/test_env.hpp" |