forked from OSchip/llvm-project
unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests.
llvm-svn: 119040
This commit is contained in:
parent
7e800d6f9c
commit
dddfdc81ef
|
@ -80,6 +80,7 @@ add_llvm_unittest(VMCore
|
|||
VMCore/InstructionsTest.cpp
|
||||
VMCore/MetadataTest.cpp
|
||||
VMCore/PassManagerTest.cpp
|
||||
VMCore/ValueMapTest.cpp
|
||||
VMCore/VerifierTest.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue