add_distinct_clang_unittest(ClangScalableAnalysisTests
  Analyses/PointerFlow/PointerFlowTest.cpp
  Analyses/PointerFlow/PointerFlowWPATest.cpp
  Analyses/CallGraph/CallGraphExtractorTest.cpp
  Analyses/TypeConstrainedPointers/TypeConstrainedPointersExtractorTest.cpp
  Analyses/UnsafeBufferUsage/UnsafeBufferUsageTest.cpp
  Analyses/UnsafeBufferUsage/UnsafeBufferUsageWPATest.cpp
  ASTEntityMappingTest.cpp
  BuildNamespaceTest.cpp
  EntityIdTableTest.cpp
  EntityIdTest.cpp
  EntityLinkageTest.cpp
  EntityLinkerTest.cpp
  EntityNameTest.cpp
  ErrorBuilderTest.cpp
  Frontend/TUSummaryExtractorFrontendActionTest.cpp
  LUSummaryTest.cpp
  ModelStringConversionsTest.cpp
  Registries/FancyAnalysisData.cpp
  Registries/MockSerializationFormat.cpp
  Registries/MockSummaryExtractor1.cpp
  Registries/MockSummaryExtractor2.cpp
  Registries/SerializationFormatRegistryTest.cpp
  Registries/SummaryExtractorRegistryTest.cpp
  Serialization/JSONFormatTest/JSONFormatTest.cpp
  Serialization/JSONFormatTest/LUSummaryTest.cpp
  Serialization/JSONFormatTest/TUSummaryTest.cpp
  SourceTransformation/EmitterTest.cpp
  SourceTransformation/RegistryTest.cpp
  SourceTransformation/SARIFFormatTest.cpp
  SourceTransformation/YAMLFormatTest.cpp
  SummaryData/SummaryDataTest.cpp
  SummaryNameTest.cpp
  TestFixture.cpp
  TUSummaryBuilderTest.cpp
  WholeProgramAnalysis/AnalysisDriverTest.cpp
  WholeProgramAnalysis/UnsafeBufferReachableAnalysisTest.cpp

  CLANG_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangFrontend
  clangScalableStaticAnalysisAnalyses
  clangScalableStaticAnalysisCore
  clangScalableStaticAnalysisFrontend
  clangScalableStaticAnalysisSourceTransformation
  clangSerialization
  clangTooling
  clangToolingCore

  LINK_LIBS
  LLVMTestingSupport

  LLVM_COMPONENTS
  FrontendOpenMP
  Support
  TargetParser
  )
