summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestRunScript
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake-language commands to lower caseKitware Robot2012-08-132-3/+3
| | | | | | | | | | | | | | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed
* Increase ctest RunScript line coverage. (Note: NEW_PROCESS argument is ↵Zach Mullen2009-10-301-1/+1
| | | | currently causing the test to fail, still investigating the reason for this, will add coverage for it later)
* Fixed CTestTestRunScriptZach Mullen2009-10-294-26/+4
|
* Fix RunScript test; it should now work on all platformsZach Mullen2009-10-293-0/+13
|
* Deleted old RunScript cmake scripts (renamed)Zach Mullen2009-10-282-13/+0
|
* Changed RunScript test to be in-source build safeZach Mullen2009-10-282-0/+13
|
* Added test coverage for cmCTestRunScriptCommandZach Mullen2009-10-262-0/+13