blob: b66c5db2c3e5b49ab6484caa02b82cb00502d18f [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
Alexey Samsonov2fb337e2013-04-23 08:28:39 +000013 CompressionTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000014 ConstantRangeTest.cpp
15 DataExtractorTest.cpp
16 EndianTest.cpp
Michael J. Spencer779c4242013-01-20 20:32:30 +000017 ErrorOrTest.cpp
Nick Kledzik5fce8c42012-08-01 02:29:50 +000018 FileOutputBufferTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000019 IntegersSubsetTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000020 LeakDetectorTest.cpp
21 ManagedStatic.cpp
22 MathExtrasTest.cpp
Eric Christopherba63e072013-05-24 23:20:16 +000023 MD5Test.cpp
Andrew Kaylor5e7d7922012-10-04 20:29:44 +000024 MemoryBufferTest.cpp
Andrew Kaylor1f661002012-09-19 20:46:12 +000025 MemoryTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000026 Path.cpp
Chandler Carruth97683aa2012-12-31 11:17:50 +000027 ProcessTest.cpp
Reid Kleckner74679a92013-04-22 19:03:55 +000028 ProgramTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000029 RegexTest.cpp
30 SwapByteOrderTest.cpp
31 TimeValue.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000032 ValueHandleTest.cpp
Nick Kledzikf60a9272012-12-12 20:46:15 +000033 YAMLIOTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000034 YAMLParserTest.cpp
Daniel Dunbarb93a2ce2012-09-14 23:36:56 +000035 formatted_raw_ostream_test.cpp
Daniel Dunbar9affb242012-09-14 23:15:56 +000036 raw_ostream_test.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000037 )