We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc27bd commit e67b68fCopy full SHA for e67b68f
clang/bindings/python/tests/CMakeLists.txt
@@ -7,4 +7,5 @@ add_custom_target(check-clang-python
7
DEPENDS libclang
8
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
9
10
-#set_property(GLOBAL APPEND PROPERTY LLVM_ADDITIONAL_TEST_TARGETS check-clang-python)
+set_property(GLOBAL APPEND PROPERTY
11
+ LLVM_ADDITIONAL_TEST_TARGETS check-clang-python)
0 commit comments