| Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS | 
|  | 2 | Support | 
|  | 3 | Core | 
|  | 4 | ) | 
|  | 5 |  | 
|  | 6 | add_llvm_unittest(SupportTests | 
|  | 7 | AlignOfTest.cpp | 
|  | 8 | AllocatorTest.cpp | 
| Jakob Stoklund Olesen | 17a7d22 | 2013-01-05 00:57:11 +0000 | [diff] [blame] | 9 | ArrayRecyclerTest.cpp | 
| Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 10 | BlockFrequencyTest.cpp | 
|  | 11 | Casting.cpp | 
|  | 12 | CommandLineTest.cpp | 
|  | 13 | ConstantRangeTest.cpp | 
|  | 14 | DataExtractorTest.cpp | 
|  | 15 | EndianTest.cpp | 
| Nick Kledzik | 5fce8c4 | 2012-08-01 02:29:50 +0000 | [diff] [blame] | 16 | FileOutputBufferTest.cpp | 
| Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 17 | IntegersSubsetTest.cpp | 
| Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 18 | LeakDetectorTest.cpp | 
|  | 19 | ManagedStatic.cpp | 
|  | 20 | MathExtrasTest.cpp | 
| Andrew Kaylor | 5e7d792 | 2012-10-04 20:29:44 +0000 | [diff] [blame] | 21 | MemoryBufferTest.cpp | 
| Andrew Kaylor | 1f66100 | 2012-09-19 20:46:12 +0000 | [diff] [blame] | 22 | MemoryTest.cpp | 
| Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 23 | Path.cpp | 
| Chandler Carruth | 97683aa | 2012-12-31 11:17:50 +0000 | [diff] [blame] | 24 | ProcessTest.cpp | 
| Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 25 | RegexTest.cpp | 
|  | 26 | SwapByteOrderTest.cpp | 
|  | 27 | TimeValue.cpp | 
| Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 28 | ValueHandleTest.cpp | 
| Nick Kledzik | f60a927 | 2012-12-12 20:46:15 +0000 | [diff] [blame] | 29 | YAMLIOTest.cpp | 
| Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 30 | YAMLParserTest.cpp | 
| Daniel Dunbar | b93a2ce | 2012-09-14 23:36:56 +0000 | [diff] [blame] | 31 | formatted_raw_ostream_test.cpp | 
| Daniel Dunbar | 9affb24 | 2012-09-14 23:15:56 +0000 | [diff] [blame] | 32 | raw_ostream_test.cpp | 
| Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 33 | ) |