Allow llvm::Optional to work with types without default constructors.
[oota-llvm.git] / unittests / ADT / CMakeLists.txt
index 94f7fda2a9e3d32bab26d59ca0716b5292f491bb..9aad793d8bc4d83e66ea783fff0b5c06aa4cd4d1 100644 (file)
@@ -18,12 +18,15 @@ set(ADTSources
   IntEqClassesTest.cpp
   IntervalMapTest.cpp
   IntrusiveRefCntPtrTest.cpp
+  MapVectorTest.cpp
+  OptionalTest.cpp
   PackedVectorTest.cpp
   SCCIteratorTest.cpp
   SmallPtrSetTest.cpp
   SmallStringTest.cpp
   SmallVectorTest.cpp
   SparseBitVectorTest.cpp
+  SparseMultiSetTest.cpp
   SparseSetTest.cpp
   StringMapTest.cpp
   StringRefTest.cpp