summaryrefslogtreecommitdiff
path: root/test/utils/cpp/TARGETS
blob: 16daa3c710e310d792eb9d5c133cad00e21d35f4 (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
{ "path":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["path"]
  , "srcs": ["path.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["src/utils/cpp", "path"]
    ]
  , "stage": ["test", "utils", "cpp"]
  }
, "file_locking":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["file_locking"]
  , "srcs": ["file_locking.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["test", "catch-main"]
    , ["src/buildtool/file_system", "file_system_manager"]
    , ["src/utils/cpp", "file_locking"]
    , ["src/utils/cpp", "atomic"]
    ]
  , "stage": ["test", "utils", "cpp"]
  , "private-ldflags": ["-pthread"]
  }
, "TESTS":
  {"type": "install", "tainted": ["test"], "deps": ["path", "file_locking"]}
}