llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / unittests / Support / CMakeLists.txt
index a5bf3aef62b36ad9ef698d9c5c8ecc7720c7064e..b66c5db2c3e5b49ab6484caa02b82cb00502d18f 100644 (file)
@@ -10,6 +10,7 @@ add_llvm_unittest(SupportTests
   BlockFrequencyTest.cpp
   Casting.cpp
   CommandLineTest.cpp
+  CompressionTest.cpp
   ConstantRangeTest.cpp
   DataExtractorTest.cpp
   EndianTest.cpp
@@ -19,6 +20,7 @@ add_llvm_unittest(SupportTests
   LeakDetectorTest.cpp
   ManagedStatic.cpp
   MathExtrasTest.cpp
+  MD5Test.cpp
   MemoryBufferTest.cpp
   MemoryTest.cpp
   Path.cpp