1add_lldb_unittest(EditlineTests
2  EditlineTest.cpp
3
4  LINK_LIBS
5    lldbHost
6    lldbUtility
7    LLVMTestingSupport
8  )
9