Skip to content

Commit e67b68f

Browse files
committed
[tests] Readd Python binding tests to check-all
Now that both issues found out during the last iteration have been fixed, reenable the Python binding tests on buildbots. llvm-svn: 344365
1 parent 4fc27bd commit e67b68f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/bindings/python/tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ add_custom_target(check-clang-python
77
DEPENDS libclang
88
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
99

10-
#set_property(GLOBAL APPEND PROPERTY LLVM_ADDITIONAL_TEST_TARGETS check-clang-python)
10+
set_property(GLOBAL APPEND PROPERTY
11+
LLVM_ADDITIONAL_TEST_TARGETS check-clang-python)

0 commit comments

Comments
 (0)