Lines Matching +full:check +full:- +full:clang +full:- +full:python
1 # Test target to run Python test suite from main build.
3 # Avoid configurations including '-include' from interfering with
5 add_custom_target(check-clang-python
6 COMMAND ${CMAKE_COMMAND} -E env
9 "${Python3_EXECUTABLE}" -m unittest discover
14 set_target_properties(check-clang-python PROPERTIES FOLDER "Clang/Tests")
37 # The Python FFI interface is broken on AIX: https://bugs.python.org/issue38628.
44 # SystemZ has broken Python/FFI interface:
50 # Tests will fail if cross-compiling for a different target, as tests will try
57 # allow specifying a python interpreter compiled for the target that could
58 # be executed using qemu-user.
59 message(WARNING "check-clang-python not added to check-all as these tests fail in a cross-build setup")
65 LLVM_ALL_ADDITIONAL_TEST_TARGETS check-clang-python)