summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-10-12 19:46:40 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-10-12 19:46:40 +0000
commit4ee9e8a222791eb3ccb2df20ac89cfa2c68576ed (patch)
treeaed89277f832ec735e516364c3dd949bf9d2ebbe /bindings
parent9580a67e2e150c3f5a77360cc017865c52171497 (diff)
Revert rL344365: [tests] Readd Python binding tests to check-all
Windows buildbots are still not happy Now that both issues found out during the last iteration have been fixed, reenable the Python binding tests on buildbots. ........ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344408 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/tests/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/bindings/python/tests/CMakeLists.txt b/bindings/python/tests/CMakeLists.txt
index e8cf765ccc..97cd9ba8b6 100644
--- a/bindings/python/tests/CMakeLists.txt
+++ b/bindings/python/tests/CMakeLists.txt
@@ -7,5 +7,4 @@ add_custom_target(check-clang-python
DEPENDS libclang
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
-set_property(GLOBAL APPEND PROPERTY
- LLVM_ADDITIONAL_TEST_TARGETS check-clang-python)
+#set_property(GLOBAL APPEND PROPERTY LLVM_ADDITIONAL_TEST_TARGETS check-clang-python)