blob: b4b982f2ef23a535f11713b79717a10b0346918f [file] [log] [blame]
Chandler Carruth94d02512012-06-21 09:51:26 +00001set(LLVM_LINK_COMPONENTS
2 Support
3 Core
4 )
5
6add_llvm_unittest(SupportTests
7 AlignOfTest.cpp
8 AllocatorTest.cpp
Jakob Stoklund Olesen17a7d222013-01-05 00:57:11 +00009 ArrayRecyclerTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000010 BlockFrequencyTest.cpp
11 Casting.cpp
12 CommandLineTest.cpp
13 ConstantRangeTest.cpp
14 DataExtractorTest.cpp
15 EndianTest.cpp
Michael J. Spencer779c4242013-01-20 20:32:30 +000016 ErrorOrTest.cpp
Nick Kledzik5fce8c42012-08-01 02:29:50 +000017 FileOutputBufferTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000018 IntegersSubsetTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000019 LeakDetectorTest.cpp
20 ManagedStatic.cpp
21 MathExtrasTest.cpp
Andrew Kaylor5e7d7922012-10-04 20:29:44 +000022 MemoryBufferTest.cpp
Andrew Kaylor1f661002012-09-19 20:46:12 +000023 MemoryTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000024 Path.cpp
Chandler Carruth97683aa2012-12-31 11:17:50 +000025 ProcessTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000026 RegexTest.cpp
27 SwapByteOrderTest.cpp
28 TimeValue.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000029 ValueHandleTest.cpp
Nick Kledzikf60a9272012-12-12 20:46:15 +000030 YAMLIOTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000031 YAMLParserTest.cpp
Daniel Dunbarb93a2ce2012-09-14 23:36:56 +000032 formatted_raw_ostream_test.cpp
Daniel Dunbar9affb242012-09-14 23:15:56 +000033 raw_ostream_test.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000034 )