[Support] Fix argv string escape bug on Windows
[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   ConstantRangeTest.cpp
14   DataExtractorTest.cpp
15   EndianTest.cpp
16   ErrorOrTest.cpp
17   FileOutputBufferTest.cpp
18   IntegersSubsetTest.cpp
19   LeakDetectorTest.cpp
20   ManagedStatic.cpp
21   MathExtrasTest.cpp
22   MemoryBufferTest.cpp
23   MemoryTest.cpp
24   Path.cpp
25   ProcessTest.cpp
26   ProgramTest.cpp
27   RegexTest.cpp
28   SwapByteOrderTest.cpp
29   TimeValue.cpp
30   ValueHandleTest.cpp
31   YAMLIOTest.cpp
32   YAMLParserTest.cpp
33   formatted_raw_ostream_test.cpp
34   raw_ostream_test.cpp
35   )