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