[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / unittests / ADT / CMakeLists.txt
blobcac7280717496cda6a1a522f300d2ffc52e8caf3
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
5 add_llvm_unittest(ADTTests
6   AnyTest.cpp
7   APFixedPointTest.cpp
8   APFloatTest.cpp
9   APIntTest.cpp
10   APSIntTest.cpp
11   ArrayRefTest.cpp
12   BitFieldsTest.cpp
13   BitmaskEnumTest.cpp
14   BitTest.cpp
15   BitVectorTest.cpp
16   BreadthFirstIteratorTest.cpp
17   BumpPtrListTest.cpp
18   CoalescingBitVectorTest.cpp
19   CombinationGeneratorTest.cpp
20   DAGDeltaAlgorithmTest.cpp
21   DeltaAlgorithmTest.cpp
22   DenseMapTest.cpp
23   DenseSetTest.cpp
24   DepthFirstIteratorTest.cpp
25   DirectedGraphTest.cpp
26   EditDistanceTest.cpp
27   EnumeratedArrayTest.cpp
28   EquivalenceClassesTest.cpp
29   FallibleIteratorTest.cpp
30   FloatingPointMode.cpp
31   FoldingSet.cpp
32   FunctionExtrasTest.cpp
33   FunctionRefTest.cpp
34   HashingTest.cpp
35   IListBaseTest.cpp
36   IListIteratorTest.cpp
37   IListNodeBaseTest.cpp
38   IListNodeTest.cpp
39   IListSentinelTest.cpp
40   IListTest.cpp
41   ImmutableListTest.cpp
42   ImmutableMapTest.cpp
43   ImmutableSetTest.cpp
44   IntEqClassesTest.cpp
45   IntervalMapTest.cpp
46   IntrusiveRefCntPtrTest.cpp
47   IteratorTest.cpp
48   MappedIteratorTest.cpp
49   MapVectorTest.cpp
50   OptionalTest.cpp
51   PackedVectorTest.cpp
52   PointerEmbeddedIntTest.cpp
53   PointerIntPairTest.cpp
54   PointerSumTypeTest.cpp
55   PointerUnionTest.cpp
56   PostOrderIteratorTest.cpp
57   PriorityWorklistTest.cpp
58   RangeAdapterTest.cpp
59   SCCIteratorTest.cpp
60   STLExtrasTest.cpp
61   STLForwardCompatTest.cpp
62   ScopeExitTest.cpp
63   SequenceTest.cpp
64   SetVectorTest.cpp
65   SimpleIListTest.cpp
66   SmallPtrSetTest.cpp
67   SmallSetTest.cpp
68   SmallStringTest.cpp
69   SmallVectorTest.cpp
70   SparseBitVectorTest.cpp
71   SparseMultiSetTest.cpp
72   SparseSetTest.cpp
73   StatisticTest.cpp
74   StringExtrasTest.cpp
75   StringMapTest.cpp
76   StringRefTest.cpp
77   StringSetTest.cpp
78   StringSwitchTest.cpp
79   TinyPtrVectorTest.cpp
80   TripleTest.cpp
81   TwineTest.cpp
82   TypeSwitchTest.cpp
83   TypeTraitsTest.cpp
84   )
86 target_link_libraries(ADTTests PRIVATE LLVMTestingSupport)
88 add_dependencies(ADTTests intrinsics_gen)