Merging r258729:
[oota-llvm.git] / unittests / ADT / CMakeLists.txt
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   FunctionRefTest.cpp
17   HashingTest.cpp
18   ilistTest.cpp
19   ImmutableMapTest.cpp
20   ImmutableSetTest.cpp
21   IntEqClassesTest.cpp
22   IntervalMapTest.cpp
23   IntrusiveRefCntPtrTest.cpp
24   MakeUniqueTest.cpp
25   MapVectorTest.cpp
26   OptionalTest.cpp
27   PackedVectorTest.cpp
28   PointerEmbeddedIntTest.cpp
29   PointerIntPairTest.cpp
30   PointerSumTypeTest.cpp
31   PointerUnionTest.cpp
32   PostOrderIteratorTest.cpp
33   RangeAdapterTest.cpp
34   SCCIteratorTest.cpp
35   SmallPtrSetTest.cpp
36   SmallStringTest.cpp
37   SmallVectorTest.cpp
38   SparseBitVectorTest.cpp
39   SparseMultiSetTest.cpp
40   SparseSetTest.cpp
41   StringMapTest.cpp
42   StringRefTest.cpp
43   TinyPtrVectorTest.cpp
44   TripleTest.cpp
45   TwineTest.cpp
46   VariadicFunctionTest.cpp
47  )
48
49 add_llvm_unittest(ADTTests
50   ${ADTSources}
51   )
52
53 add_dependencies(ADTTests intrinsics_gen)