summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testCTestResourceSpec.cxx
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Improve error handling when reading resource spec fileKyle Edwards2019-12-271-52/+70
| | | | Fixes: #20079
* Tests: Fix testCTestResourceSpec struct initialization for some compilersMichael Dickens2019-12-181-37/+36
| | | | | | | | Some compilers do not like the nested `{{{}}}` member initialization syntax, so use just `{}`. GCC 4.8 warns about the latter, so add a suppression. Fixes: #20097
* CTest Resource Allocation: Add test for spec file with no versionKyle Edwards2019-11-261-0/+1
|
* CTest: Add version field to resource spec fileKyle Edwards2019-11-251-0/+17
| | | | Fixes: #20007
* CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-0/+84