unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 14 Nov 2010 12:37:51 +0000 (12:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 14 Nov 2010 12:37:51 +0000 (12:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119040 91177308-0d34-0410-b5e6-96231b3b80d8

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
   )