projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix GraphTraits for "const CallGraphNode *" and "const CallGraph *"
[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
PointerIntPairTest.cpp
29
PointerUnionTest.cpp
30
SCCIteratorTest.cpp
31
SmallPtrSetTest.cpp
32
SmallStringTest.cpp
33
SmallVectorTest.cpp
34
SparseBitVectorTest.cpp
35
SparseMultiSetTest.cpp
36
SparseSetTest.cpp
37
StringMapTest.cpp
38
StringRefTest.cpp
39
TinyPtrVectorTest.cpp
40
TripleTest.cpp
41
TwineTest.cpp
42
VariadicFunctionTest.cpp
43
)
44
45
add_llvm_unittest(ADTTests
46
${ADTSources}
47
)