summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CheckSourceCompiles/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CheckSourceCompiles: Add support for SwiftEvan Wilde2022-10-241-0/+4
| | | | | Plumb through swift `check_source_compiles` support. Add tests to check that valid swift sources compile and invalid sources don't.
* Tests: Move TryCompile check module cases to RunCMake.Check*Brad King2022-10-061-0/+4
| | | | The latter already have similar checks for similar modules.
* Tests: Clarify RunCMake.Check* case namesBrad King2022-10-061-8/+8
| | | | | | Cases for `CheckSource{Compiles,Runs}` and `Check{Compiler,Linker}Flag` cover the modules with the language as a parameter, not the language-specific modules.
* HIP: Add HIP to all the Check* modulesRobert Maynard2021-06-071-0/+4
|
* Tests: Add cases for CheckSource{Compiles,Runs} bad argumentsBrad King2020-10-151-0/+1
|
* CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlagsRobert Maynard2020-10-081-0/+4
|
* ISPC: CheckCompilerFlags and CheckSourceCompiles support ISPCRobert Maynard2020-10-061-0/+4
|
* CheckSoureCompiles: Add a unified way to check if a source compilesRobert Maynard2020-09-231-0/+16