summaryrefslogtreecommitdiff
path: root/test/buildtool/build_engine/expression/TARGETS
blob: 5488c21238fbca0fe03b3197ff23686121ed07d0 (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
{ "linked_map":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["linked_map"]
  , "srcs": ["linked_map.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["test/utils", "container_matchers"]
    , ["src/buildtool/build_engine/expression", "linked_map"]
    ]
  , "stage": ["test", "buildtool", "build_engine", "expression"]
  }
, "expression":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["expression"]
  , "srcs": ["expression.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["test/utils", "container_matchers"]
    , ["src/buildtool/build_engine/expression", "expression"]
    ]
  , "stage": ["test", "buildtool", "build_engine", "expression"]
  }
, "configuration":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["configuration"]
  , "srcs": ["configuration.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["test/utils", "container_matchers"]
    , ["src/buildtool/build_engine/expression", "expression"]
    ]
  , "stage": ["test", "buildtool", "build_engine", "expression"]
  }
, "TESTS":
  { "type": "install"
  , "tainted": ["test"]
  , "deps": ["configuration", "expression", "linked_map"]
  }
}