xref: /llvm-project/llvm/utils/gn/secondary/bolt/unittests/BUILD.gn (revision 6bb781fa9ad34ac60501297f9031a2960d93c97c)
1group("unittests") {
2  deps = [
3    "Core:CoreTests",
4    "Profile:ProfileTests",
5  ]
6  testonly = true
7}
8