blob: e933b510003cd730f9191747475a9fa332be58d4 [file] [log] [blame]
import("//llvm/utils/unittest/unittest.gni")
unittest("ProfileDataTests") {
deps = [
"//llvm/lib/IR",
"//llvm/lib/ProfileData",
"//llvm/lib/ProfileData/Coverage",
"//llvm/lib/Testing/Support",
]
sources = [
"CoverageMappingTest.cpp",
"InstrProfTest.cpp",
"SampleProfTest.cpp",
]
}