summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/NoArgs-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-151-0/+1
| | | | | | Document the previously internal option of '-B' and provide a matching source directory option with '-S'. Both '-B', and '-S' can be used independently of each other.
* Tests: Move more command line tests into RunCMake.CommandLineBrad King2015-04-101-0/+10
Port most CMakeTestBadCommandLines test cases to RunCMake.CommandLine and drop the former test. Add validation of expected results, which was not done by the old test.