xref: /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn (revision d415bd752c734aee168c4ee86ff32e8cc249eb16)
1import("//third-party/unittest/unittest.gni")
2
3unittest("ProfileDataTests") {
4  deps = [
5    "//llvm/lib/IR",
6    "//llvm/lib/ProfileData",
7    "//llvm/lib/ProfileData/Coverage",
8    "//llvm/lib/Testing/Support",
9  ]
10  sources = [
11    "CoverageMappingTest.cpp",
12    "InstrProfDataTest.cpp",
13    "InstrProfTest.cpp",
14    "MemProfTest.cpp",
15    "SampleProfTest.cpp",
16  ]
17}
18