Move get[S|U]LEB128Size() to LEB128.h.
[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   LEB128Test.cpp
21   LeakDetectorTest.cpp
22   LineIteratorTest.cpp
23   LockFileManagerTest.cpp
24   ManagedStatic.cpp
25   MathExtrasTest.cpp
26   MD5Test.cpp
27   MemoryBufferTest.cpp
28   MemoryTest.cpp
29   Path.cpp
30   ProcessTest.cpp
31   ProgramTest.cpp
32   RegexTest.cpp
33   SourceMgrTest.cpp
34   SwapByteOrderTest.cpp
35   ThreadLocalTest.cpp
36   TimeValueTest.cpp
37   UnicodeTest.cpp
38   ValueHandleTest.cpp
39   YAMLIOTest.cpp
40   YAMLParserTest.cpp
41   formatted_raw_ostream_test.cpp
42   raw_ostream_test.cpp
43   )