Revert rL344365: [tests] Readd Python binding tests to check-all
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 12 Oct 2018 19:46:40 +0000 (19:46 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 12 Oct 2018 19:46:40 +0000 (19:46 +0000)
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.
........

llvm-svn: 344408

clang/bindings/python/tests/CMakeLists.txt

index e8cf765..97cd9ba 100644 (file)
@@ -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)