Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / unittests / Analysis / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   Core
5   Support
6   )
7
8 add_llvm_unittest(AnalysisTests
9   CFGTest.cpp
10   ScalarEvolutionTest.cpp
11   )