1add_lldb_unittest(ScriptInterpreterPythonTests
2  PythonDataObjectsTests.cpp
3  PythonExceptionStateTests.cpp
4  PythonTestSuite.cpp
5  )
6
7  target_link_libraries(ScriptInterpreterPythonTests lldbPluginScriptInterpreterPython ${PYTHON_LIBRARY})
8