]> granicus.if.org Git - clang/commitdiff
[tests] Readd Python binding tests to check-all
authorMichal Gorny <mgorny@gentoo.org>
Fri, 12 Oct 2018 16:55:44 +0000 (16:55 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Fri, 12 Oct 2018 16:55:44 +0000 (16:55 +0000)
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@344365 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/tests/CMakeLists.txt

index 97cd9ba8b6ea42d96c3a9e420e5d1da180804af1..e8cf765cccf7dfdbfae8bced1a79e411997310db 100644 (file)
@@ -7,4 +7,5 @@ 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)