fastbuild: long list of custom target deps really tested

Relates: #27984
This commit is contained in:
Alex Overchenko
2026-08-04 20:10:24 +03:00
committed by AJIOB
parent b44db2c372
commit e2a243ba43
@@ -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)