[LCG] Add a unittest for the LazyCallGraph. I had a weak moment and
[oota-llvm.git] / unittests / Analysis / CMakeLists.txt
index d9f8c0c1ba699a987bdb6193142dfe7be0d03c20..5cca8e8d214db4d5fbde466c38951ebc0d028e69 100644 (file)
@@ -7,5 +7,6 @@ set(LLVM_LINK_COMPONENTS
 
 add_llvm_unittest(AnalysisTests
   CFGTest.cpp
+  LazyCallGraphTest.cpp
   ScalarEvolutionTest.cpp
   )