1import("//third-party/unittest/unittest.gni") 2 3unittest("TestingSupportTests") { 4 deps = [ 5 "//llvm/lib/Support", 6 "//llvm/lib/Testing/Annotations", 7 ] 8 sources = [ "AnnotationsTest.cpp" ] 9} 10
1import("//third-party/unittest/unittest.gni") 2 3unittest("TestingSupportTests") { 4 deps = [ 5 "//llvm/lib/Support", 6 "//llvm/lib/Testing/Annotations", 7 ] 8 sources = [ "AnnotationsTest.cpp" ] 9} 10