]> granicus.if.org Git - clang/commitdiff
[python] [tests] Re-add once again, this time without Windows
authorMichal Gorny <mgorny@gentoo.org>
Fri, 12 Oct 2018 20:03:54 +0000 (20:03 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Fri, 12 Oct 2018 20:03:54 +0000 (20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344411 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/tests/CMakeLists.txt

index 97cd9ba8b6ea42d96c3a9e420e5d1da180804af1..1e10f67ad79fac1535771a21fb5e84c984ec3196 100644 (file)
@@ -7,4 +7,9 @@ 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)
+# Tests fail on Windows, and need someone knowledgeable to fix.
+# It's not clear whether it's a test or a valid binding problem.
+if(NOT WIN32)
+    set_property(GLOBAL APPEND PROPERTY
+                 LLVM_ADDITIONAL_TEST_TARGETS check-clang-python)
+endif()