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 dbf9b8c commit c84bcfcCopy full SHA for c84bcfc
CMakeLists.txt
@@ -134,7 +134,7 @@ if(ENABLE_TESTING)
134
LIBDISPATCH_OVERLAY_DIR=${XCTEST_PATH_TO_LIBDISPATCH_BUILD}/src/swift
135
SWIFT_EXEC=${CMAKE_Swift_COMPILER}
136
SWIFT_FLAGS=${CMAKE_Swift_FLAGS_ESCAPED}
137
- $<TARGET_FILE:Python3::Interpreter> ${LIT_COMMAND} -sv ${CMAKE_SOURCE_DIR}/Tests/Functional
+ $<TARGET_FILE:Python3::Interpreter> ${LIT_COMMAND} -v --debug ${CMAKE_SOURCE_DIR}/Tests/Functional
138
COMMENT
139
"Running XCTest functional test suite"
140
DEPENDS
0 commit comments