b66c5db2c3e5b49ab6484caa02b82cb00502d18f
[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   MD5Test.cpp
24   MemoryBufferTest.cpp
25   MemoryTest.cpp
26   Path.cpp
27   ProcessTest.cpp
28   ProgramTest.cpp
29   RegexTest.cpp
30   SwapByteOrderTest.cpp
31   TimeValue.cpp
32   ValueHandleTest.cpp
33   YAMLIOTest.cpp
34   YAMLParserTest.cpp
35   formatted_raw_ostream_test.cpp
36   raw_ostream_test.cpp
37   )