summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/lld/unittests/BUILD.gn
blob: 275637c1ef89677ef7bcdc1b629c43fc5dbbec7f (plain)
1
2
3
4
5
6
7
group("unittests") {
  deps = [
    "DriverTests",
    "MachOTests",
  ]
  testonly = true
}
OpenPOWER on IntegriCloud