summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2018-10-12 16:55:44 +0000
committerMichal Gorny <mgorny@gentoo.org>2018-10-12 16:55:44 +0000
commit0fffaaba7991802f24588cd4bf683d03299c271f (patch)
treea2112451877eae784f4d238866b604075b24591c /bindings
parent74202c7278b3ec1d02f5a37ee44866ec35a2049f (diff)
downloadclang-0fffaaba7991802f24588cd4bf683d03299c271f.tar.gz
[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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/tests/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/python/tests/CMakeLists.txt b/bindings/python/tests/CMakeLists.txt
index 97cd9ba8b6..e8cf765ccc 100644
--- a/bindings/python/tests/CMakeLists.txt
+++ b/bindings/python/tests/CMakeLists.txt
@@ -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)