From 2abe10f0902311fdb2896d3c6223787f51049fac Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 18 Oct 2018 17:47:18 +0000 Subject: [PATCH] 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 --- bindings/python/tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0