17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
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",
|
|
"InstrProfDataTest.cpp",
|
|
"InstrProfTest.cpp",
|
|
"SampleProfTest.cpp",
|
|
]
|
|
}
|