unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests.
[oota-llvm.git] / unittests / CMakeLists.txt
index 9b9c57edd3c678b01939780e29ff697c45a4e0eb..36aace5bc47add8a371b7f2d5efd8d6f15475f3c 100644 (file)
@@ -80,6 +80,7 @@ add_llvm_unittest(VMCore
   VMCore/InstructionsTest.cpp
   VMCore/MetadataTest.cpp
   VMCore/PassManagerTest.cpp
+  VMCore/ValueMapTest.cpp
   VMCore/VerifierTest.cpp
   )