1import("//third-party/unittest/unittest.gni") 2 3unittest("StaticAnalysisTests") { 4 configs += [ "//llvm/utils/gn/build:clang_code" ] 5 deps = [ 6 "//clang/lib/Analysis", 7 "//clang/lib/Basic", 8 "//clang/lib/StaticAnalyzer/Core", 9 "//clang/lib/StaticAnalyzer/Frontend", 10 "//clang/lib/Testing", 11 "//clang/lib/Tooling", 12 "//llvm/lib/Support", 13 ] 14 sources = [ 15 "APSIntTypeTest.cpp", 16 "AnalyzerOptionsTest.cpp", 17 "BugReportInterestingnessTest.cpp", 18 "CallDescriptionTest.cpp", 19 "CallEventTest.cpp", 20 "ConflictingEvalCallsTest.cpp", 21 "FalsePositiveRefutationBRVisitorTest.cpp", 22 "NoStateChangeFuncVisitorTest.cpp", 23 "ParamRegionTest.cpp", 24 "RangeSetTest.cpp", 25 "RegisterCustomCheckersTest.cpp", 26 "SValTest.cpp", 27 "StoreTest.cpp", 28 "SymbolReaperTest.cpp", 29 "TestReturnValueUnderConstruction.cpp", 30 ] 31} 32