diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-22 11:51:06 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-05-24 16:00:11 +0200 |
commit | dc2cc2d18381ab7bbef5bbce17736f5252b5da6c (patch) | |
tree | 1770725d29d32303cafd71d7929e3bbd59ed8b3c /test/buildtool/execution_engine/traverser | |
parent | d4396683860b5aed391a336692bacae71e1007cd (diff) | |
download | justbuild-dc2cc2d18381ab7bbef5bbce17736f5252b5da6c.tar.gz |
Split off tests into a separate logical repository
This allows better separation and, in particular, repositories
needed only for tests do not have to be provided for building the
tools. This also better documents which dependencies are only needed
for testing.
Diffstat (limited to 'test/buildtool/execution_engine/traverser')
-rw-r--r-- | test/buildtool/execution_engine/traverser/TARGETS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/buildtool/execution_engine/traverser/TARGETS b/test/buildtool/execution_engine/traverser/TARGETS index 2b9ced2d..9f1e1387 100644 --- a/test/buildtool/execution_engine/traverser/TARGETS +++ b/test/buildtool/execution_engine/traverser/TARGETS @@ -4,11 +4,11 @@ , "srcs": ["traverser.test.cpp"] , "private-deps": [ ["@", "catch2", "", "catch2"] - , ["test", "catch-main"] - , ["test/utils", "container_matchers"] - , ["src/buildtool/common", "artifact_factory"] - , ["src/buildtool/execution_engine/dag", "dag"] - , ["src/buildtool/execution_engine/traverser", "traverser"] + , ["", "catch-main"] + , ["utils", "container_matchers"] + , ["@", "src", "src/buildtool/common", "artifact_factory"] + , ["@", "src", "src/buildtool/execution_engine/dag", "dag"] + , ["@", "src", "src/buildtool/execution_engine/traverser", "traverser"] ] , "stage": ["test", "buildtool", "execution_engine", "traverser"] } |