[Modules] Move the LeakDetector header into the IR library where the
[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   ConvertUTFTest.cpp
15   DataExtractorTest.cpp
16   EndianTest.cpp
17   ErrorOrTest.cpp
18   FileOutputBufferTest.cpp
19   LEB128Test.cpp
20   LineIteratorTest.cpp
21   LockFileManagerTest.cpp
22   ManagedStatic.cpp
23   MathExtrasTest.cpp
24   MD5Test.cpp
25   MemoryBufferTest.cpp
26   MemoryTest.cpp
27   Path.cpp
28   ProcessTest.cpp
29   ProgramTest.cpp
30   RegexTest.cpp
31   SourceMgrTest.cpp
32   SwapByteOrderTest.cpp
33   ThreadLocalTest.cpp
34   TimeValueTest.cpp
35   UnicodeTest.cpp
36   YAMLIOTest.cpp
37   YAMLParserTest.cpp
38   formatted_raw_ostream_test.cpp
39   raw_ostream_test.cpp
40   )