summaryrefslogtreecommitdiffstats
path: root/clang
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
commite67b68f341e655b2fd4beff337fe261fd12cb52a (patch)
tree77a1aa2727cf048dc746522ab5f91914f954d844 /clang
parent4fc27bd937e5192be36fcb9ef39ef8798e7272cc (diff)
downloadbcm5719-llvm-e67b68f341e655b2fd4beff337fe261fd12cb52a.tar.gz
bcm5719-llvm-e67b68f341e655b2fd4beff337fe261fd12cb52a.zip
[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
Diffstat (limited to 'clang')
-rw-r--r--clang/bindings/python/tests/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/bindings/python/tests/CMakeLists.txt b/clang/bindings/python/tests/CMakeLists.txt
index 97cd9ba8b6e..e8cf765cccf 100644
--- a/clang/bindings/python/tests/CMakeLists.txt
+++ b/clang/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)
OpenPOWER on IntegriCloud