add unit test for waymarking algorithm (Use::getUser)
[oota-llvm.git] / unittests / VMCore / CMakeLists.txt
index b9029309273601b49dcfe45a9126cdf69fdb026b..8d8bb3bb4d982d9d88a340ef4cd24a5e1c53c934 100644 (file)
@@ -7,13 +7,16 @@ set(LLVM_LINK_COMPONENTS
 set(VMCoreSources
   ConstantsTest.cpp
   DominatorTreeTest.cpp
+  IRBuilderTest.cpp
   InstructionsTest.cpp
   MDBuilderTest.cpp
   MetadataTest.cpp
   PassManagerTest.cpp
   TypeBuilderTest.cpp
+  TypesTest.cpp
   ValueMapTest.cpp
   VerifierTest.cpp
+  WaymarkTest.cpp
   )
 
 # MSVC9 and 8 cannot compile ValueMapTest.cpp due to their bug.