[tests] Include Python binding tests in CMake rules
authorMichal Gorny <mgorny@gentoo.org>
Thu, 11 Oct 2018 16:32:54 +0000 (16:32 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Thu, 11 Oct 2018 16:32:54 +0000 (16:32 +0000)
commit61adf8aeb4cb5521f774e2ede1e8f90f452f3816
tree1fe2b4d0b5db2af78fc1a368c554009aaf3258e2
parent3910c7b832419c85dd9a28e3965886e57add97a9
[tests] Include Python binding tests in CMake rules

Add a new CMake rule check-clang-python to run the Python bindings'
test suite, and include it in check-all.

Differential Revision: https://reviews.llvm.org/D52840

llvm-svn: 344258
clang/CMakeLists.txt
clang/bindings/python/tests/CMakeLists.txt [new file with mode: 0644]