diff options
author | Michal Gorny <mgorny@gentoo.org> | 2018-10-12 16:55:44 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2018-10-12 16:55:44 +0000 |
commit | e67b68f341e655b2fd4beff337fe261fd12cb52a (patch) | |
tree | 77a1aa2727cf048dc746522ab5f91914f954d844 /clang | |
parent | 4fc27bd937e5192be36fcb9ef39ef8798e7272cc (diff) | |
download | bcm5719-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.txt | 3 |
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) |