1add_lldb_unittest(ScriptInterpreterPythonTests
2  PythonDataObjectsTests.cpp
3  PythonExceptionStateTests.cpp
4  PythonTestSuite.cpp
5
6  LINK_LIBS
7    lldbHost
8    lldbPluginScriptInterpreterPython
9  LINK_COMPONENTS
10    Support
11  )