[tests] Include Python binding tests in CMake rules
authorMichal Gorny <mgorny@gentoo.org>
Thu, 11 Oct 2018 11:58:14 +0000 (11:58 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Thu, 11 Oct 2018 11:58:14 +0000 (11:58 +0000)
commitcdd23f221d84123272f380151e09358376541405
tree80d066ddc712581025315c572516c60d47fa44c0
parentc37d16140a8e2ba36929a5b11b53d5477460b96c
[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: 344241
clang/CMakeLists.txt
clang/bindings/python/tests/CMakeLists.txt [new file with mode: 0644]