This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4eb8e4f562 clang-cl: Add /showFilenames option (PR31957) new 517f6f4f9e [python] [tests] Support overriding library path via environment new 0f0140520d [tests] Include Python binding tests in CMake rules
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 1 + bindings/python/README.txt | 4 ++-- bindings/python/tests/CMakeLists.txt | 7 +++++++ bindings/python/tests/cindex/test_access_specifiers.py | 4 ++++ bindings/python/tests/cindex/test_cdb.py | 5 +++++ bindings/python/tests/cindex/test_code_completion.py | 5 +++++ bindings/python/tests/cindex/test_comment.py | 5 +++++ bindings/python/tests/cindex/test_cursor.py | 5 +++++ bindings/python/tests/cindex/test_cursor_kind.py | 5 +++++ bindings/python/tests/cindex/test_diagnostics.py | 5 +++++ bindings/python/tests/cindex/test_exception_specification_kind.py | 5 +++++ bindings/python/tests/cindex/test_file.py | 5 +++++ bindings/python/tests/cindex/test_index.py | 5 +++++ bindings/python/tests/cindex/test_linkage.py | 5 +++++ bindings/python/tests/cindex/test_location.py | 5 +++++ bindings/python/tests/cindex/test_tls_kind.py | 5 +++++ bindings/python/tests/cindex/test_token_kind.py | 5 +++++ bindings/python/tests/cindex/test_tokens.py | 5 +++++ bindings/python/tests/cindex/test_translation_unit.py | 5 +++++ bindings/python/tests/cindex/test_type.py | 5 +++++ 20 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 bindings/python/tests/CMakeLists.txt