summaryrefslogtreecommitdiff
path: root/test/buildtool/multithreading/TARGETS
blob: bf4e5e739913ffa82a3cbb62a42dbae6f0efb998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{ "task":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["task"]
  , "srcs": ["task.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["", "catch-main"]
    , ["@", "src", "src/buildtool/multithreading", "task_system"]
    ]
  , "stage": ["test", "buildtool", "multithreading"]
  }
, "task_system":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["task_system"]
  , "srcs": ["task_system.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["", "catch-main"]
    , ["utils", "container_matchers"]
    , ["@", "src", "src/buildtool/multithreading", "task_system"]
    ]
  , "stage": ["test", "buildtool", "multithreading"]
  }
, "async_map_node":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["async_map_node"]
  , "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"]
    ]
  , "stage": ["test", "buildtool", "multithreading"]
  }
, "async_map":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["async_map"]
  , "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"]
    ]
  , "stage": ["test", "buildtool", "multithreading"]
  }
, "async_map_consumer":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["async_map_consumer"]
  , "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", "task_system"]
    ]
  , "stage": ["test", "buildtool", "multithreading"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["multithreading"]
  , "deps":
    [ "async_map"
    , "async_map_consumer"
    , "async_map_node"
    , "task"
    , "task_system"
    ]
  }
}