Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / unittests / Support / CMakeLists.txt
index 88596787dd0cc5f9ce2402539131a04f8da9ce67..09a0ea50d748dcba28a4bd7bcbfda84b4eaf435e 100644 (file)
@@ -12,15 +12,19 @@ add_llvm_unittest(SupportTests
   ConstantRangeTest.cpp
   DataExtractorTest.cpp
   EndianTest.cpp
+  FileOutputBufferTest.cpp
   IntegersSubsetTest.cpp
   LeakDetectorTest.cpp
   ManagedStatic.cpp
   MathExtrasTest.cpp
+  MemoryBufferTest.cpp
+  MemoryTest.cpp
   Path.cpp
-  raw_ostream_test.cpp
   RegexTest.cpp
   SwapByteOrderTest.cpp
   TimeValue.cpp
   ValueHandleTest.cpp
   YAMLParserTest.cpp
+  formatted_raw_ostream_test.cpp
+  raw_ostream_test.cpp
   )