add unit test for waymarking algorithm (Use::getUser)
[oota-llvm.git] / unittests / VMCore / CMakeLists.txt
index 4025c7a91fb3b0799702a10402e9443d9f14e17d..8d8bb3bb4d982d9d88a340ef4cd24a5e1c53c934 100644 (file)
@@ -16,6 +16,7 @@ set(VMCoreSources
   TypesTest.cpp
   ValueMapTest.cpp
   VerifierTest.cpp
+  WaymarkTest.cpp
   )
 
 # MSVC9 and 8 cannot compile ValueMapTest.cpp due to their bug.