summaryrefslogtreecommitdiff
path: root/test/buildtool/multithreading
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-09-23 13:06:54 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-09-23 13:06:54 +0200
commit1f99796d6f808f006dff6dc6576910bef493e244 (patch)
tree92ff88b497fed6a6d69ebc90dc88f3db3c940b8e /test/buildtool/multithreading
parentdc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff)
downloadjustbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'test/buildtool/multithreading')
-rw-r--r--test/buildtool/multithreading/TARGETS18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/buildtool/multithreading/TARGETS b/test/buildtool/multithreading/TARGETS
index bf4e5e73..0ff7f635 100644
--- a/test/buildtool/multithreading/TARGETS
+++ b/test/buildtool/multithreading/TARGETS
@@ -4,8 +4,8 @@
, "srcs": ["task.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/buildtool/multithreading", "task_system"]
+ , ["", "catch-main"]
]
, "stage": ["test", "buildtool", "multithreading"]
}
@@ -15,9 +15,9 @@
, "srcs": ["task_system.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
+ , ["@", "src", "src/buildtool/multithreading", "task_system"]
, ["", "catch-main"]
, ["utils", "container_matchers"]
- , ["@", "src", "src/buildtool/multithreading", "task_system"]
]
, "stage": ["test", "buildtool", "multithreading"]
}
@@ -27,10 +27,10 @@
, "srcs": ["async_map_node.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
- , ["utils", "container_matchers"]
, ["@", "src", "src/buildtool/multithreading", "async_map_node"]
, ["@", "src", "src/buildtool/multithreading", "task_system"]
+ , ["", "catch-main"]
+ , ["utils", "container_matchers"]
]
, "stage": ["test", "buildtool", "multithreading"]
}
@@ -40,11 +40,11 @@
, "srcs": ["async_map.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
- , ["utils", "container_matchers"]
, ["@", "src", "src/buildtool/multithreading", "async_map"]
, ["@", "src", "src/buildtool/multithreading", "async_map_node"]
, ["@", "src", "src/buildtool/multithreading", "task_system"]
+ , ["", "catch-main"]
+ , ["utils", "container_matchers"]
]
, "stage": ["test", "buildtool", "multithreading"]
}
@@ -54,11 +54,11 @@
, "srcs": ["async_map_consumer.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
- , ["utils", "container_matchers"]
- , ["@", "src", "src/buildtool/multithreading", "async_map_consumer"]
, ["@", "src", "src/buildtool/multithreading", "async_map"]
+ , ["@", "src", "src/buildtool/multithreading", "async_map_consumer"]
, ["@", "src", "src/buildtool/multithreading", "task_system"]
+ , ["", "catch-main"]
+ , ["utils", "container_matchers"]
]
, "stage": ["test", "buildtool", "multithreading"]
}