formatted_raw_ostream: Fix a serious bug in tell().
[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   BlockFrequencyTest.cpp
10   Casting.cpp
11   CommandLineTest.cpp
12   ConstantRangeTest.cpp
13   DataExtractorTest.cpp
14   EndianTest.cpp
15   FileOutputBufferTest.cpp
16   IntegersSubsetTest.cpp
17   LeakDetectorTest.cpp
18   ManagedStatic.cpp
19   MathExtrasTest.cpp
20   Path.cpp
21   RegexTest.cpp
22   SwapByteOrderTest.cpp
23   TimeValue.cpp
24   ValueHandleTest.cpp
25   YAMLParserTest.cpp
26   formatted_raw_ostream.cpp
27   raw_ostream_test.cpp
28   )