blob: f6a5949cdb9b75cc988f66716c8517eb79073af2 [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
9 BlockFrequencyTest.cpp
10 Casting.cpp
11 CommandLineTest.cpp
12 ConstantRangeTest.cpp
13 DataExtractorTest.cpp
14 EndianTest.cpp
Nick Kledzik5fce8c42012-08-01 02:29:50 +000015 FileOutputBufferTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000016 IntegersSubsetTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000017 LeakDetectorTest.cpp
18 ManagedStatic.cpp
19 MathExtrasTest.cpp
Andrew Kaylor5e7d7922012-10-04 20:29:44 +000020 MemoryBufferTest.cpp
Andrew Kaylor1f661002012-09-19 20:46:12 +000021 MemoryTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000022 Path.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000023 RegexTest.cpp
24 SwapByteOrderTest.cpp
25 TimeValue.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000026 ValueHandleTest.cpp
Nick Kledzikf60a9272012-12-12 20:46:15 +000027 YAMLIOTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000028 YAMLParserTest.cpp
Daniel Dunbarb93a2ce2012-09-14 23:36:56 +000029 formatted_raw_ostream_test.cpp
Daniel Dunbar9affb242012-09-14 23:15:56 +000030 raw_ostream_test.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000031 )