Adding MCJIT and MemoryBuffer unit tests
[oota-llvm.git] / unittests / Support / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Support
3   Core
4   )
5
6 add_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
15   FileOutputBufferTest.cpp
16   IntegersSubsetTest.cpp
17   LeakDetectorTest.cpp
18   ManagedStatic.cpp
19   MathExtrasTest.cpp
20   MemoryBufferTest.cpp
21   MemoryTest.cpp
22   Path.cpp
23   RegexTest.cpp
24   SwapByteOrderTest.cpp
25   TimeValue.cpp
26   ValueHandleTest.cpp
27   YAMLParserTest.cpp
28   formatted_raw_ostream_test.cpp
29   raw_ostream_test.cpp
30   )