summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/ConfigureFileTest.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add more signature tests to RunCMake.configure_file testBrad King2015-03-091-28/+0
| | | | | | | Move the test cases from Tests/CMakeTests/ConfigureFileTest.cmake.in over to use the RunCMake.configure_file infrastructure. This does much more robust verification of CMake output for each test case, and would have caught the regression fixed in our parent commit.
* Add NEWLINE_STYLE option to configure_file (#3957)Peter Kuemmel2011-11-281-0/+12
|
* Create CMake.ConfigureFile test for configure_fileBrad King2009-09-161-0/+16
This test checks that configure_file() handles input and output file arguments as documented.