1import("//llvm/utils/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 "SampleProfTest.cpp", 15 ] 16} 17