summaryrefslogtreecommitdiff
path: root/unittests/ScriptInterpreter/Python/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ScriptInterpreter/Python/CMakeLists.txt')
-rw-r--r--unittests/ScriptInterpreter/Python/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/unittests/ScriptInterpreter/Python/CMakeLists.txt b/unittests/ScriptInterpreter/Python/CMakeLists.txt
deleted file mode 100644
index 891ade25b76b..000000000000
--- a/unittests/ScriptInterpreter/Python/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-add_lldb_unittest(ScriptInterpreterPythonTests
- PythonDataObjectsTests.cpp
- PythonExceptionStateTests.cpp
- PythonTestSuite.cpp
-
- LINK_LIBS
- lldbHost
- lldbPluginScriptInterpreterPython
- ${PYTHON_LIBRARY}
- LINK_COMPONENTS
- Support
- )
- \ No newline at end of file