[Support] Add a Unicode conversion wrapper from UTF16 to UTF8
[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   IntegersSubsetTest.cpp
21   LeakDetectorTest.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   SwapByteOrderTest.cpp
32   TimeValueTest.cpp
33   ValueHandleTest.cpp
34   YAMLIOTest.cpp
35   YAMLParserTest.cpp
36   formatted_raw_ostream_test.cpp
37   raw_ostream_test.cpp
38   )