1import("//third-party/unittest/unittest.gni") 2 3unittest("DemangleTests") { 4 deps = [ "//llvm/lib/Demangle" ] 5 sources = [ 6 "DLangDemangleTest.cpp", 7 "DemangleTest.cpp", 8 "ItaniumDemangleTest.cpp", 9 "OutputBufferTest.cpp", 10 "PartialDemangleTest.cpp", 11 "RustDemangleTest.cpp", 12 "StringViewTest.cpp", 13 ] 14} 15