Commit Graph

2 Commits

Author SHA1 Message Date
Brent Royal-Gordon
9936c861c7 Fix Mac Catalyst test dependency failures
A CMake refactoring in apple/swift#34859 caused failures in Mac Catalyst configurations which are not tested in open source. This commit corrects these issues.

Fixes rdar://71897958.
2020-12-02 22:04:26 -08:00
Daniel Rodríguez Troitiño
c869cbf6b9 [test] Move utility functions into reusable CMake file.
Some pieces of the main CMakeLists.txt file are useful to future
CMakeLists.txt. In order to avoid duplication, move those pieces into a
new SwiftTestsUtils.cmake to be able to include the functions from other
files.

This should not modify anything in the behaviour of the build.
2020-11-24 14:54:30 -08:00