summaryrefslogtreecommitdiffstats
path: root/Tests/CheckSwift.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Avoid using CMake{Output,Error}.log filesBrad King2023-01-181-0/+1
| | | | These log files will soon go away, so avoid using them in tests.
* Tests: Add swift compiler version to test checkEvan Wilde2022-09-191-0/+2
| | | | | Include the swift compiler version in the set of exported variables from CheckSwift.cmake for Swift related tests.
* Tests: add a check for the Swift compilerSaleem Abdulrasool2019-05-171-0/+61
This ensures that the tests only run when the Swift compiler is present.