summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/StringTestScript.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-2828-more-info-in-script-mode' into ↵Brad King2011-02-151-0/+2
|\ | | | | | | | | | | | | add-STRING-subcommand-FIND-issue-11795 Conflicts: Tests/CMakeTests/StringTestScript.cmake
| * Add CMAKE_SCRIPT_MODE_FILE variable (#2828)David Cole2011-02-021-0/+2
| | | | | | | | | | New CMake variable is set when processing a -P script file, but not when configuring a project.
* | Add a string(FIND) sub-command (#11795)Tim Hütz2011-02-151-0/+77
|/
* Fix issue #9851 - only seed the random number generator on the first call to ↵David Cole2009-11-061-0/+8
| | | | STRING(RANDOM or if given the new RANDOM_SEED argument. Add test and documentation of new argument.
* Add a few more cases to the new StringTest for even better coverage. ↵David Cole2009-10-031-43/+104
| | | | Re-factor the scripts to make it easier to add new cases to this test. Re-factoring also enables the test driver in ExecuteScriptTests to be re-used when adding new tests in the future.
* Correct some typos in error messages in the string command. Add a test that ↵David Cole2009-10-021-0/+131
covers more of the code implemented in cmStringCommand.cxx, especially the error handlers.