From: Aaron Ballman Date: Thu, 18 Oct 2018 17:47:18 +0000 (+0000) Subject: Add check-clang-python to the Clang tests directory in IDEs; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2abe10f0902311fdb2896d3c6223787f51049fac;p=clang Add check-clang-python to the Clang tests directory in IDEs; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344750 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/python/tests/CMakeLists.txt b/bindings/python/tests/CMakeLists.txt index 1b8f0eacd6..3386e6428c 100644 --- a/bindings/python/tests/CMakeLists.txt +++ b/bindings/python/tests/CMakeLists.txt @@ -8,6 +8,7 @@ add_custom_target(check-clang-python WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..) set(RUN_PYTHON_TESTS TRUE) +set_target_properties(check-clang-python PROPERTIES FOLDER "Clang tests") # Do not try to run if libclang was built with ASan because # the sanitizer library will likely be loaded too late to perform