Make SourceMgr::PrintMessage() testable and add unit tests
[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   ConvertUTFTest.cpp
16   DataExtractorTest.cpp
17   EndianTest.cpp
18   ErrorOrTest.cpp
19   FileOutputBufferTest.cpp
20   LeakDetectorTest.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   TimeValueTest.cpp
34   UnicodeTest.cpp
35   ValueHandleTest.cpp
36   YAMLIOTest.cpp
37   YAMLParserTest.cpp
38   formatted_raw_ostream_test.cpp
39   raw_ostream_test.cpp
40   )