llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / unittests / Support / CMakeLists.txt
index 06c5343cd6520c570a669f340ad12b9241994e9b..b66c5db2c3e5b49ab6484caa02b82cb00502d18f 100644 (file)
@@ -6,23 +6,32 @@ set(LLVM_LINK_COMPONENTS
 add_llvm_unittest(SupportTests
   AlignOfTest.cpp
   AllocatorTest.cpp
+  ArrayRecyclerTest.cpp
   BlockFrequencyTest.cpp
   Casting.cpp
   CommandLineTest.cpp
+  CompressionTest.cpp
   ConstantRangeTest.cpp
   DataExtractorTest.cpp
   EndianTest.cpp
+  ErrorOrTest.cpp
   FileOutputBufferTest.cpp
   IntegersSubsetTest.cpp
   LeakDetectorTest.cpp
   ManagedStatic.cpp
   MathExtrasTest.cpp
+  MD5Test.cpp
+  MemoryBufferTest.cpp
+  MemoryTest.cpp
   Path.cpp
+  ProcessTest.cpp
+  ProgramTest.cpp
   RegexTest.cpp
   SwapByteOrderTest.cpp
   TimeValue.cpp
   ValueHandleTest.cpp
+  YAMLIOTest.cpp
   YAMLParserTest.cpp
-  formatted_raw_ostream.cpp
+  formatted_raw_ostream_test.cpp
   raw_ostream_test.cpp
   )