blob: dd42585b06041fba7751e95419a38f91b95ce45d [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
Nick Kledzik5fce8c42012-08-01 02:29:50 +000016 FileOutputBufferTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000017 IntegersSubsetTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000018 LeakDetectorTest.cpp
19 ManagedStatic.cpp
20 MathExtrasTest.cpp
Andrew Kaylor5e7d7922012-10-04 20:29:44 +000021 MemoryBufferTest.cpp
Andrew Kaylor1f661002012-09-19 20:46:12 +000022 MemoryTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000023 Path.cpp
Chandler Carruth97683aa2012-12-31 11:17:50 +000024 ProcessTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000025 RegexTest.cpp
26 SwapByteOrderTest.cpp
27 TimeValue.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000028 ValueHandleTest.cpp
Nick Kledzikf60a9272012-12-12 20:46:15 +000029 YAMLIOTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000030 YAMLParserTest.cpp
Daniel Dunbarb93a2ce2012-09-14 23:36:56 +000031 formatted_raw_ostream_test.cpp
Daniel Dunbar9affb242012-09-14 23:15:56 +000032 raw_ostream_test.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000033 )