summaryrefslogtreecommitdiff
path: root/test/utils/cpp/TARGETS
blob: 5ec8e54fc9d4ab4d69e5b3ecaa924ac3d3b2cbc4 (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
77
78
79
80
81
82
83
84
85
86
87
88
{ "path":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["path"]
  , "srcs": ["path.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/utils/cpp", "path"]
    , ["", "catch-main"]
    ]
  , "stage": ["test", "utils", "cpp"]
  }
, "path_rebase":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["path_rebase"]
  , "srcs": ["path_rebase.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/utils/cpp", "path_rebase"]
    , ["", "catch-main"]
    ]
  , "stage": ["test", "utils", "cpp"]
  }
, "file_locking":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["file_locking"]
  , "srcs": ["file_locking.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "src/utils/cpp", "atomic"]
    , ["@", "src", "src/utils/cpp", "file_locking"]
    , ["", "catch-main"]
    ]
  , "stage": ["test", "utils", "cpp"]
  , "private-ldflags": ["-pthread"]
  }
, "prefix":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["prefix"]
  , "srcs": ["prefix.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/utils/cpp", "prefix"]
    , ["", "catch-main"]
    ]
  , "stage": ["test", "utils", "cpp"]
  }
, "tmp_dir":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["tmp_dir"]
  , "srcs": ["tmp_dir.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "src/utils/cpp", "tmp_dir"]
    , ["", "catch-main"]
    ]
  , "stage": ["test", "utils", "cpp"]
  }
, "incremental_reader":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["incremental_reader"]
  , "srcs": ["incremental_reader.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/storage", "config"]
    , ["@", "src", "src/utils/cpp", "expected"]
    , ["@", "src", "src/utils/cpp", "incremental_reader"]
    , ["@", "src", "src/utils/cpp", "tmp_dir"]
    , ["", "catch-main"]
    , ["utils", "large_object_utils"]
    , ["utils", "test_storage_config"]
    ]
  , "stage": ["test", "utils", "cpp"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["cpp"]
  , "deps":
    [ "file_locking"
    , "incremental_reader"
    , "path"
    , "path_rebase"
    , "prefix"
    , "tmp_dir"
    ]
  }
}