Add basic zlib support to LLVM. This would allow to use compression/uncompression...
[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   CompressionTest.cpp
14   ConstantRangeTest.cpp
15   DataExtractorTest.cpp
16   EndianTest.cpp
17   ErrorOrTest.cpp
18   FileOutputBufferTest.cpp
19   IntegersSubsetTest.cpp
20   LeakDetectorTest.cpp
21   ManagedStatic.cpp
22   MathExtrasTest.cpp
23   MemoryBufferTest.cpp
24   MemoryTest.cpp
25   Path.cpp
26   ProcessTest.cpp
27   ProgramTest.cpp
28   RegexTest.cpp
29   SwapByteOrderTest.cpp
30   TimeValue.cpp
31   ValueHandleTest.cpp
32   YAMLIOTest.cpp
33   YAMLParserTest.cpp
34   formatted_raw_ostream_test.cpp
35   raw_ostream_test.cpp
36   )