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 |
Michael J. Spencer | 779c424 | 2013-01-20 20:32:30 +0000 | [diff] [blame] | 16 | ErrorOrTest.cpp |
Nick Kledzik | 5fce8c4 | 2012-08-01 02:29:50 +0000 | [diff] [blame] | 17 | FileOutputBufferTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 18 | IntegersSubsetTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 19 | LeakDetectorTest.cpp |
| 20 | ManagedStatic.cpp |
| 21 | MathExtrasTest.cpp |
Andrew Kaylor | 5e7d792 | 2012-10-04 20:29:44 +0000 | [diff] [blame] | 22 | MemoryBufferTest.cpp |
Andrew Kaylor | 1f66100 | 2012-09-19 20:46:12 +0000 | [diff] [blame] | 23 | MemoryTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 24 | Path.cpp |
Chandler Carruth | 97683aa | 2012-12-31 11:17:50 +0000 | [diff] [blame] | 25 | ProcessTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 26 | RegexTest.cpp |
| 27 | SwapByteOrderTest.cpp |
| 28 | TimeValue.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 29 | ValueHandleTest.cpp |
Nick Kledzik | f60a927 | 2012-12-12 20:46:15 +0000 | [diff] [blame] | 30 | YAMLIOTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 31 | YAMLParserTest.cpp |
Daniel Dunbar | b93a2ce | 2012-09-14 23:36:56 +0000 | [diff] [blame] | 32 | formatted_raw_ostream_test.cpp |
Daniel Dunbar | 9affb24 | 2012-09-14 23:15:56 +0000 | [diff] [blame] | 33 | raw_ostream_test.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 34 | ) |