summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/set
Commit message (Collapse)AuthorAgeFilesLines
* RunCMake: Allow specifying the source dir and file to test.Stephen Kelly2014-04-063-1/+1
| | | | | | | | | | This will allow decoupling the name of the test from the name and location of the source file under test, which means one source file can be used for multiple tests. Rename the PARENT_SCOPE test in RunCMake.set to not use a keyword of the if() command as a file name. As the filename is now used with an if condition, this causes a conflict.
* set: Add unit tests for set/unset PARENT_SCOPEDaniele E. Domenichelli2013-11-134-0/+40
Create a RunCMake.set test to cover set() command cases, starting with PARENT_SCOPE.