summaryrefslogtreecommitdiff
path: root/llvm/utils/gn/secondary/bolt/unittests/BUILD.gn
blob: 9c5be5966b3fc194ea27ffcf6d8416fb0e49ab46 (plain)
1
2
3
4
5
6
7
group("unittests") {
  deps = [
    "Core:CoreTests",
    "Profile:ProfileTests",
  ]
  testonly = true
}