Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | Support | ||||
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 3 | ) |
4 | |||||
5 | add_llvm_unittest(SupportTests | ||||
6 | AlignOfTest.cpp | ||||
7 | AllocatorTest.cpp | ||||
Jakob Stoklund Olesen | 17a7d22 | 2013-01-05 00:57:11 +0000 | [diff] [blame] | 8 | ArrayRecyclerTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 9 | BlockFrequencyTest.cpp |
Duncan P. N. Exon Smith | cd630f2 | 2014-04-29 16:12:13 +0000 | [diff] [blame] | 10 | BranchProbabilityTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 11 | Casting.cpp |
12 | CommandLineTest.cpp | ||||
Alexey Samsonov | 2fb337e | 2013-04-23 08:28:39 +0000 | [diff] [blame] | 13 | CompressionTest.cpp |
Reid Kleckner | 7df03c2 | 2013-07-16 17:14:33 +0000 | [diff] [blame] | 14 | ConvertUTFTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 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 | 9a6be8b | 2014-04-24 03:31:23 +0000 | [diff] [blame] | 19 | IteratorTest.cpp |
Logan Chien | 5b776b7 | 2014-02-22 14:00:39 +0000 | [diff] [blame] | 20 | LEB128Test.cpp |
Chandler Carruth | f8c5281 | 2013-12-27 04:28:57 +0000 | [diff] [blame] | 21 | LineIteratorTest.cpp |
Reid Kleckner | 7de8ea3 | 2013-08-07 01:22:04 +0000 | [diff] [blame] | 22 | LockFileManagerTest.cpp |
Chandler Carruth | 9a6be8b | 2014-04-24 03:31:23 +0000 | [diff] [blame] | 23 | MD5Test.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 24 | ManagedStatic.cpp |
25 | MathExtrasTest.cpp | ||||
Andrew Kaylor | 5e7d792 | 2012-10-04 20:29:44 +0000 | [diff] [blame] | 26 | MemoryBufferTest.cpp |
Andrew Kaylor | 1f66100 | 2012-09-19 20:46:12 +0000 | [diff] [blame] | 27 | MemoryTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 28 | Path.cpp |
Chandler Carruth | 97683aa | 2012-12-31 11:17:50 +0000 | [diff] [blame] | 29 | ProcessTest.cpp |
Reid Kleckner | 74679a9 | 2013-04-22 19:03:55 +0000 | [diff] [blame] | 30 | ProgramTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 31 | RegexTest.cpp |
Duncan P. N. Exon Smith | 9c62dd5 | 2014-06-20 01:30:43 +0000 | [diff] [blame] | 32 | ScaledNumberTest.cpp |
Dmitri Gribenko | 8f94462 | 2013-09-27 21:09:25 +0000 | [diff] [blame] | 33 | SourceMgrTest.cpp |
Alexey Samsonov | b7dd329 | 2014-07-09 19:40:08 +0000 | [diff] [blame] | 34 | SpecialCaseListTest.cpp |
Nikola Smiljanic | 89e561a | 2014-06-19 00:26:49 +0000 | [diff] [blame] | 35 | StringPool.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 36 | SwapByteOrderTest.cpp |
Hans Wennborg | fabf8bf | 2013-12-19 20:32:44 +0000 | [diff] [blame] | 37 | ThreadLocalTest.cpp |
NAKAMURA Takumi | ad187dd | 2013-07-16 02:03:32 +0000 | [diff] [blame] | 38 | TimeValueTest.cpp |
Alexander Kornienko | 9aa60fd | 2013-09-04 16:00:12 +0000 | [diff] [blame] | 39 | UnicodeTest.cpp |
Nick Kledzik | f60a927 | 2012-12-12 20:46:15 +0000 | [diff] [blame] | 40 | YAMLIOTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 41 | YAMLParserTest.cpp |
Daniel Dunbar | b93a2ce | 2012-09-14 23:36:56 +0000 | [diff] [blame] | 42 | formatted_raw_ostream_test.cpp |
Daniel Dunbar | 9affb24 | 2012-09-14 23:15:56 +0000 | [diff] [blame] | 43 | raw_ostream_test.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 44 | ) |