diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-13 16:11:34 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-13 17:33:02 +0100 |
commit | 90baaac7d69d5fd21471b32b0285bd9b562a5137 (patch) | |
tree | 40f65043c1b470f1e751928d725de470b0363641 /test/buildtool/execution_api/common/TARGETS | |
parent | 16af967b70edd686882a083164c0bc41cd6591a8 (diff) | |
download | justbuild-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/TARGETS | 1 |
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"] |