Support: More BlockFrequencyTest => BranchProbabilityTest
[oota-llvm.git] / unittests / LineEditor / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   LineEditor
3   )
4
5 add_llvm_unittest(LineEditorTests
6   LineEditor.cpp
7   )