Home | History | Annotate | Download | only in ADT
      1 set(LLVM_LINK_COMPONENTS
      2   Support
      3   )
      4 
      5 set(ADTSources
      6   APFloatTest.cpp
      7   APIntTest.cpp
      8   APSIntTest.cpp
      9   ArrayRefTest.cpp
     10   BitmaskEnumTest.cpp
     11   BitVectorTest.cpp
     12   DAGDeltaAlgorithmTest.cpp
     13   DeltaAlgorithmTest.cpp
     14   DenseMapTest.cpp
     15   DenseSetTest.cpp
     16   FoldingSet.cpp
     17   FunctionRefTest.cpp
     18   HashingTest.cpp
     19   ilistTest.cpp
     20   ImmutableMapTest.cpp
     21   ImmutableSetTest.cpp
     22   IntEqClassesTest.cpp
     23   IntervalMapTest.cpp
     24   IntrusiveRefCntPtrTest.cpp
     25   MakeUniqueTest.cpp
     26   MapVectorTest.cpp
     27   OptionalTest.cpp
     28   PackedVectorTest.cpp
     29   PointerEmbeddedIntTest.cpp
     30   PointerIntPairTest.cpp
     31   PointerSumTypeTest.cpp
     32   PointerUnionTest.cpp
     33   PostOrderIteratorTest.cpp
     34   PriorityWorklistTest.cpp
     35   RangeAdapterTest.cpp
     36   SCCIteratorTest.cpp
     37   SequenceTest.cpp
     38   SetVectorTest.cpp
     39   SmallPtrSetTest.cpp
     40   SmallStringTest.cpp
     41   SmallVectorTest.cpp
     42   SparseBitVectorTest.cpp
     43   SparseMultiSetTest.cpp
     44   SparseSetTest.cpp
     45   StringMapTest.cpp
     46   StringRefTest.cpp
     47   TinyPtrVectorTest.cpp
     48   TripleTest.cpp
     49   TwineTest.cpp
     50   VariadicFunctionTest.cpp
     51  )
     52 
     53 add_llvm_unittest(ADTTests
     54   ${ADTSources}
     55   )
     56 
     57 add_dependencies(ADTTests intrinsics_gen)
     58