You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
1751311a87
This is extending the updates from r293696 to the LLDB unit tests. llvm-svn: 293821
13 lines
252 B
CMake
13 lines
252 B
CMake
add_lldb_unittest(ScriptInterpreterPythonTests
|
|
PythonDataObjectsTests.cpp
|
|
PythonExceptionStateTests.cpp
|
|
PythonTestSuite.cpp
|
|
|
|
LINK_LIBS
|
|
lldbHost
|
|
lldbPluginScriptInterpreterPython
|
|
${PYTHON_LIBRARY}
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|