summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/common/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-02-13 16:11:34 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-02-13 17:33:02 +0100
commit90baaac7d69d5fd21471b32b0285bd9b562a5137 (patch)
tree40f65043c1b470f1e751928d725de470b0363641 /test/buildtool/execution_api/common/TARGETS
parent16af967b70edd686882a083164c0bc41cd6591a8 (diff)
downloadjustbuild-90baaac7d69d5fd21471b32b0285bd9b562a5137.tar.gz
execution-api test: also set the launcher
... in order to not assume echo to be on the standard search path pulled in by env.
Diffstat (limited to 'test/buildtool/execution_api/common/TARGETS')
-rw-r--r--test/buildtool/execution_api/common/TARGETS1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/common/TARGETS b/test/buildtool/execution_api/common/TARGETS
index b8039b02..f1b0f211 100644
--- a/test/buildtool/execution_api/common/TARGETS
+++ b/test/buildtool/execution_api/common/TARGETS
@@ -6,6 +6,7 @@
[ ["@", "catch2", "", "catch2"]
, ["@", "src", "src/buildtool/common", "artifact_factory"]
, ["@", "src", "src/buildtool/execution_api/common", "common"]
+ , ["@", "src", "src/buildtool/execution_api/local", "config"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
]
, "stage": ["test", "buildtool", "execution_api", "common"]