mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
instrumentation: enable long output tests for all generators
Relates: #27942
This commit is contained in:
@@ -607,15 +607,11 @@ instrument(cmake-command-trace
|
||||
CHECK_SCRIPT check-trace-removed.cmake
|
||||
)
|
||||
|
||||
# FIXME(#27984): FASTBuild long output test failure
|
||||
# FIXME(#279846): Watcom WMake unsupported file names
|
||||
if(NOT RunCMake_GENERATOR MATCHES "FASTBuild|Watcom WMake")
|
||||
instrument(cmake-command-long-output
|
||||
BUILD
|
||||
CONFIGURE_ARGS "-DLONG_CUSTOM_COMMAND_OUTPUT=ON"
|
||||
CHECK_SCRIPT check-long-output.cmake
|
||||
)
|
||||
endif()
|
||||
instrument(cmake-command-long-output
|
||||
BUILD
|
||||
CONFIGURE_ARGS "-DLONG_CUSTOM_COMMAND_OUTPUT=ON"
|
||||
CHECK_SCRIPT check-long-output.cmake
|
||||
)
|
||||
|
||||
# Test capture output
|
||||
instrument(cmake-command-capture-output
|
||||
|
||||
Reference in New Issue
Block a user