summaryrefslogtreecommitdiff
path: root/test/utils/archive/TARGETS
blob: 15b849c5797c308f16d5c2d1f263a492694f6f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "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": "install", "tainted": ["test"], "deps": ["archive_usage"]}
}