Add an ArrayRecycler class.
[oota-llvm.git] / unittests / Support / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Support
3   Core
4   )
5
6 add_llvm_unittest(SupportTests
7   AlignOfTest.cpp
8   AllocatorTest.cpp
9   ArrayRecyclerTest.cpp
10   BlockFrequencyTest.cpp
11   Casting.cpp
12   CommandLineTest.cpp
13   ConstantRangeTest.cpp
14   DataExtractorTest.cpp
15   EndianTest.cpp
16   FileOutputBufferTest.cpp
17   IntegersSubsetTest.cpp
18   LeakDetectorTest.cpp
19   ManagedStatic.cpp
20   MathExtrasTest.cpp
21   MemoryBufferTest.cpp
22   MemoryTest.cpp
23   Path.cpp
24   ProcessTest.cpp
25   RegexTest.cpp
26   SwapByteOrderTest.cpp
27   TimeValue.cpp
28   ValueHandleTest.cpp
29   YAMLIOTest.cpp
30   YAMLParserTest.cpp
31   formatted_raw_ostream_test.cpp
32   raw_ostream_test.cpp
33   )