Test the polymorphic behavior of this utility.
[oota-llvm.git] / unittests / ADT / CMakeLists.txt
index 2125657433f31ade746dbd0b9dae99503cdd5166..8ad303a9e1b33e7bb3482419101e77816002948e 100644 (file)
@@ -35,6 +35,7 @@ set(ADTSources
   TripleTest.cpp
   TwineTest.cpp
   VariadicFunctionTest.cpp
+  polymorphic_ptr_test.cpp
  )
 
 # They cannot be compiled on MSVC9 due to its bug.