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