forked from OSchip/llvm-project
[python] [tests] Re-add once again, this time without Windows
llvm-svn: 344411
This commit is contained in:
parent
8003485cbf
commit
22297d935a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue