Aaron Ballman 2018-10-11 12:57:29 +00:00
parent e48f27a0b1
commit ec5932e88e
2 changed files with 0 additions and 8 deletions

View File

@ -502,7 +502,6 @@ if( CLANG_INCLUDE_TESTS )
) )
endif() endif()
add_subdirectory(utils/perf-training) add_subdirectory(utils/perf-training)
add_subdirectory(bindings/python/tests)
endif() endif()
option(CLANG_INCLUDE_DOCS "Generate build targets for the Clang docs." option(CLANG_INCLUDE_DOCS "Generate build targets for the Clang docs."

View File

@ -1,7 +0,0 @@
# Test target to run Python test suite from main build.
add_custom_target(check-clang-python
COMMAND CLANG_LIBRARY_PATH=$<TARGET_FILE_DIR:libclang> ${PYTHON_EXECUTABLE} -m unittest discover
DEPENDS libclang
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
add_dependencies(check-all check-clang-python)