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 |
Duncan P. N. Exon Smith | b036f1c | 2015-02-03 21:08:33 +0000 | [diff] [blame] | 16 | DwarfTest.cpp |
Matt Arsenault | d931642 | 2015-02-05 03:30:08 +0000 | [diff] [blame] | 17 | EndianStreamTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 18 | EndianTest.cpp |
Lang Hames | f7f6d3e | 2016-03-16 01:02:46 +0000 | [diff] [blame] | 19 | ErrorTest.cpp |
Michael J. Spencer | 779c424 | 2013-01-20 20:32:30 +0000 | [diff] [blame] | 20 | ErrorOrTest.cpp |
Nick Kledzik | 5fce8c4 | 2012-08-01 02:29:50 +0000 | [diff] [blame] | 21 | FileOutputBufferTest.cpp |
Logan Chien | 5b776b7 | 2014-02-22 14:00:39 +0000 | [diff] [blame] | 22 | LEB128Test.cpp |
Chandler Carruth | f8c5281 | 2013-12-27 04:28:57 +0000 | [diff] [blame] | 23 | LineIteratorTest.cpp |
Reid Kleckner | 7de8ea3 | 2013-08-07 01:22:04 +0000 | [diff] [blame] | 24 | LockFileManagerTest.cpp |
Chandler Carruth | 9a6be8b | 2014-04-24 03:31:23 +0000 | [diff] [blame] | 25 | MD5Test.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 26 | ManagedStatic.cpp |
27 | MathExtrasTest.cpp | ||||
Andrew Kaylor | 5e7d792 | 2012-10-04 20:29:44 +0000 | [diff] [blame] | 28 | MemoryBufferTest.cpp |
Andrew Kaylor | 1f66100 | 2012-09-19 20:46:12 +0000 | [diff] [blame] | 29 | MemoryTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 30 | Path.cpp |
Chandler Carruth | 97683aa | 2012-12-31 11:17:50 +0000 | [diff] [blame] | 31 | ProcessTest.cpp |
Reid Kleckner | 74679a9 | 2013-04-22 19:03:55 +0000 | [diff] [blame] | 32 | ProgramTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 33 | RegexTest.cpp |
Greg Bedwell | 7f68a71 | 2015-10-12 15:11:47 +0000 | [diff] [blame] | 34 | ReplaceFileTest.cpp |
Duncan P. N. Exon Smith | 9c62dd5 | 2014-06-20 01:30:43 +0000 | [diff] [blame] | 35 | ScaledNumberTest.cpp |
Dmitri Gribenko | 8f94462 | 2013-09-27 21:09:25 +0000 | [diff] [blame] | 36 | SourceMgrTest.cpp |
Alexey Samsonov | b7dd329 | 2014-07-09 19:40:08 +0000 | [diff] [blame] | 37 | SpecialCaseListTest.cpp |
Duncan P. N. Exon Smith | 6648a08 | 2016-03-27 22:55:19 +0000 | [diff] [blame] | 38 | StreamingMemoryObjectTest.cpp |
Nikola Smiljanic | 89e561a | 2014-06-19 00:26:49 +0000 | [diff] [blame] | 39 | StringPool.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 40 | SwapByteOrderTest.cpp |
Saleem Abdulrasool | 11bf1ac | 2016-03-06 04:50:55 +0000 | [diff] [blame] | 41 | TargetParserTest.cpp |
Hans Wennborg | fabf8bf | 2013-12-19 20:32:44 +0000 | [diff] [blame] | 42 | ThreadLocalTest.cpp |
Mehdi Amini | 33a7ea4 | 2015-12-15 00:59:19 +0000 | [diff] [blame] | 43 | ThreadPool.cpp |
Vedant Kumar | d167586 | 2015-12-22 17:36:17 +0000 | [diff] [blame] | 44 | TimerTest.cpp |
NAKAMURA Takumi | ad187dd | 2013-07-16 02:03:32 +0000 | [diff] [blame] | 45 | TimeValueTest.cpp |
Chandler Carruth | 17edbdd | 2016-02-25 03:58:21 +0000 | [diff] [blame] | 46 | TypeNameTest.cpp |
James Y Knight | aa365b2 | 2015-08-05 22:57:34 +0000 | [diff] [blame] | 47 | TrailingObjectsTest.cpp |
Alexander Kornienko | 9aa60fd | 2013-09-04 16:00:12 +0000 | [diff] [blame] | 48 | UnicodeTest.cpp |
Nick Kledzik | f60a927 | 2012-12-12 20:46:15 +0000 | [diff] [blame] | 49 | YAMLIOTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 50 | YAMLParserTest.cpp |
Daniel Dunbar | b93a2ce | 2012-09-14 23:36:56 +0000 | [diff] [blame] | 51 | formatted_raw_ostream_test.cpp |
Daniel Dunbar | 9affb24 | 2012-09-14 23:15:56 +0000 | [diff] [blame] | 52 | raw_ostream_test.cpp |
Rafael Espindola | 37b7015 | 2015-04-14 15:00:34 +0000 | [diff] [blame] | 53 | raw_pwrite_stream_test.cpp |
Mehdi Amini | 4cd5702 | 2016-04-01 04:30:16 +0000 | [diff] [blame] | 54 | raw_sha1_ostream_test.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 55 | ) |
NAKAMURA Takumi | 13437e8 | 2014-11-07 16:08:19 +0000 | [diff] [blame] | 56 | |
57 | # ManagedStatic.cpp uses <pthread>. | ||||
Rafael Espindola | 5cd721a | 2016-03-01 15:54:40 +0000 | [diff] [blame] | 58 | target_link_libraries(SupportTests ${PTHREAD_LIB}) |