Introduce a simple line-by-line iterator type into the Support library.
[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   LineIteratorTest.cpp
22   LockFileManagerTest.cpp
23   ManagedStatic.cpp
24   MathExtrasTest.cpp
25   MD5Test.cpp
26   MemoryBufferTest.cpp
27   MemoryTest.cpp
28   Path.cpp
29   ProcessTest.cpp
30   ProgramTest.cpp
31   RegexTest.cpp
32   SourceMgrTest.cpp
33   SwapByteOrderTest.cpp
34   ThreadLocalTest.cpp
35   TimeValueTest.cpp
36   UnicodeTest.cpp
37   ValueHandleTest.cpp
38   YAMLIOTest.cpp
39   YAMLParserTest.cpp
40   formatted_raw_ostream_test.cpp
41   raw_ostream_test.cpp
42   )