summaryrefslogtreecommitdiff
path: root/test/buildtool/common
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2022-12-22 19:23:53 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-01-20 13:57:18 +0100
commit61fdb803cdad8a326bde12f40260da692a541678 (patch)
tree4d2fdec2330ac158ba7311bbb6636a1a4baf870c /test/buildtool/common
parent0778869e38b420430d854897dbf8022798d3b3d1 (diff)
downloadjustbuild-61fdb803cdad8a326bde12f40260da692a541678.tar.gz
Cleanup local CAS dependency for repository config
Diffstat (limited to 'test/buildtool/common')
-rw-r--r--test/buildtool/common/TARGETS1
-rw-r--r--test/buildtool/common/repository_config.test.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/buildtool/common/TARGETS b/test/buildtool/common/TARGETS
index c03a1f77..3d1c9216 100644
--- a/test/buildtool/common/TARGETS
+++ b/test/buildtool/common/TARGETS
@@ -42,6 +42,7 @@
, ["test", "catch-main"]
, ["src/buildtool/common", "config"]
, ["test/utils", "local_hermeticity"]
+ , ["src/buildtool/execution_api/local", "local"]
]
, "stage": ["test", "buildtool", "common"]
}
diff --git a/test/buildtool/common/repository_config.test.cpp b/test/buildtool/common/repository_config.test.cpp
index 1bf06d89..13d0bab9 100644
--- a/test/buildtool/common/repository_config.test.cpp
+++ b/test/buildtool/common/repository_config.test.cpp
@@ -14,6 +14,7 @@
#include "catch2/catch.hpp"
#include "src/buildtool/common/repository_config.hpp"
+#include "src/buildtool/execution_api/local/local_cas.hpp"
#include "test/utils/hermeticity/local.hpp"
namespace {