From 0d65f1285899230497fa50efdaf4387092c08d61 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 16 Jul 2024 10:26:10 +0200 Subject: Set compatibility in tests --- test/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/main.cpp') diff --git a/test/main.cpp b/test/main.cpp index e2758638..f73045dc 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -20,9 +20,11 @@ #include "src/buildtool/file_system/git_context.hpp" #include "src/buildtool/storage/file_chunker.hpp" #include "test/utils/logging/log_config.hpp" +#include "test/utils/test_env.hpp" auto main(int argc, char* argv[]) -> int { ConfigureLogging(); + ReadCompatibilityFromEnv(); /** * The current implementation of libgit2 uses pthread_key_t incorrectly -- cgit v1.2.3