summaryrefslogtreecommitdiff
path: root/test/buildtool/common/remote/TARGETS
blob: 78aa0159f4a6e2e49f351d8c89eaa821355d065b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ "remote_common":
  { "type": ["@", "rules", "CC/test", "test"]
  , "name": ["remote_common"]
  , "srcs": ["remote_common.test.cpp"]
  , "private-deps":
    [ ["@", "catch2", "", "catch2"]
    , ["@", "src", "src/buildtool/common/remote", "remote_common"]
    , ["", "catch-main"]
    ]
  , "stage": ["test", "buildtool", "common", "remote"]
  }
, "TESTS":
  { "type": ["@", "rules", "test", "suite"]
  , "stage": ["remote"]
  , "deps": ["remote_common"]
  }
}