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 BitVectorTest.cpp 11 DAGDeltaAlgorithmTest.cpp 12 DeltaAlgorithmTest.cpp 13 DenseMapTest.cpp 14 DenseSetTest.cpp 15 FoldingSet.cpp 16 HashingTest.cpp 17 ilistTest.cpp 18 ImmutableMapTest.cpp 19 ImmutableSetTest.cpp 20 IntEqClassesTest.cpp 21 IntervalMapTest.cpp 22 IntrusiveRefCntPtrTest.cpp 23 MakeUniqueTest.cpp 24 MapVectorTest.cpp 25 OptionalTest.cpp 26 PackedVectorTest.cpp 27 PointerIntPairTest.cpp 28 PointerUnionTest.cpp 29 SCCIteratorTest.cpp 30 SmallPtrSetTest.cpp 31 SmallStringTest.cpp 32 SmallVectorTest.cpp 33 SparseBitVectorTest.cpp 34 SparseMultiSetTest.cpp 35 SparseSetTest.cpp 36 StringMapTest.cpp 37 StringRefTest.cpp 38 TinyPtrVectorTest.cpp 39 TripleTest.cpp 40 TwineTest.cpp 41 VariadicFunctionTest.cpp 42 ) 43 44 add_llvm_unittest(ADTTests 45 ${ADTSources} 46 ) 47