aboutsummaryrefslogtreecommitdiff
path: root/unittests/ScriptInterpreter/Python/CMakeLists.txt
blob: f011200e6475e9e7954dfb773864928199dd5027 (plain) (blame)
1
2
3
4
5
6
7
8
add_lldb_unittest(ScriptInterpreterPythonTests
  PythonDataObjectsTests.cpp
  PythonExceptionStateTests.cpp
  PythonTestSuite.cpp
  )

  target_link_libraries(ScriptInterpreterPythonTests lldbPluginScriptInterpreterPython ${PYTHON_LIBRARY})