mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
fastbuild: long list of custom target deps really tested
Relates: #27984
This commit is contained in:
@@ -20,7 +20,10 @@ run_cmake(BadCommand)
|
||||
run_cmake(ConfigureFile)
|
||||
run_cmake(GeneratedProperty)
|
||||
run_cmake(LiteralQuotes)
|
||||
run_cmake(LotsOutputs)
|
||||
# FIXME(#28019): LotsOutputs test fails with Xcode generator on macOS 10.15 only.
|
||||
if(NOT RunCMake_GENERATOR STREQUAL "Xcode")
|
||||
run_configure_and_build(LotsOutputs)
|
||||
endif()
|
||||
run_cmake(NoArguments)
|
||||
run_cmake(NoOutputOrTarget)
|
||||
run_cmake(OutputAndTarget)
|
||||
|
||||
Reference in New Issue
Block a user