summaryrefslogtreecommitdiff
path: root/test/utils/cpp/TARGETS
blob: 5e11d2585eb08095af0800c1daa7f0440b5929b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "path":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["path"]
  , "srcs": ["path.test.cpp"]
  , "deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["src/utils/cpp", "path"]
    ]
  , "stage": ["test", "utils", "cpp"]
  }
, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["path"]}
}