r344750 - Add check-clang-python to the Clang tests directory in IDEs; NFC.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 18 10:47:18 PDT 2018


Author: aaronballman
Date: Thu Oct 18 10:47:18 2018
New Revision: 344750

URL: http://llvm.org/viewvc/llvm-project?rev=344750&view=rev
Log:
Add check-clang-python to the Clang tests directory in IDEs; NFC.

Modified:
    cfe/trunk/bindings/python/tests/CMakeLists.txt

Modified: cfe/trunk/bindings/python/tests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/bindings/python/tests/CMakeLists.txt?rev=344750&r1=344749&r2=344750&view=diff
==============================================================================
--- cfe/trunk/bindings/python/tests/CMakeLists.txt (original)
+++ cfe/trunk/bindings/python/tests/CMakeLists.txt Thu Oct 18 10:47:18 2018
@@ -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




More information about the cfe-commits mailing list