1import("//third-party/unittest/unittest.gni") 2 3unittest("RemarksTests") { 4 deps = [ 5 "//llvm/lib/Bitcode/Reader", 6 "//llvm/lib/Remarks", 7 "//llvm/lib/Support", 8 ] 9 sources = [ 10 "BitstreamRemarksFormatTest.cpp", 11 "BitstreamRemarksParsingTest.cpp", 12 "BitstreamRemarksSerializerTest.cpp", 13 "RemarksAPITest.cpp", 14 "RemarksLinkingTest.cpp", 15 "RemarksStrTabParsingTest.cpp", 16 "YAMLRemarksParsingTest.cpp", 17 "YAMLRemarksSerializerTest.cpp", 18 ] 19} 20