summaryrefslogtreecommitdiff
path: root/test/utils/archive/TARGETS
blob: a1aa02c912b8dffc5ae680fee8a34ece43e35637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "archive_usage":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["archive_usage"]
  , "srcs": ["archive_usage.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["", "catch-main"]
    , ["@", "src", "src/buildtool/file_system", "file_system_manager"]
    , ["@", "src", "", "libarchive"]
    , ["@", "src", "src/utils/archive", "archive_ops"]
    ]
  , "stage": ["test", "utils", "archive"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["archive"]
  , "deps": ["archive_usage"]
  }
}