summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/VarTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* get_filename_component: Add explicit unit testsBrad King2013-04-161-14/+0
| | | | | Add test RunCMake.get_filename_component to cover cases of the command. Remove redundant coverage of these cases from the "complex" tests.
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-50/+50
| | | | | | | | | | | | | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-173/+173
| | | | | | | | | | | | | | | | | 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
* ENH: added testing for new featuresKen Martin2006-03-221-0/+8
|
* ENH: add a test for EQUAL in ifBill Hoffman2004-04-281-0/+14
|
* BUG: Can't double-quote foreach arguments.Brad King2002-12-121-1/+1
|
* ENH: add tests for LESS, GREATER, STRLESS, STRGREATER (IF command)Sebastien Barre2002-05-271-0/+54
|
* ENH: add a more stressing FOREACH test.Sebastien Barre2002-03-271-0/+5
|
* More IF coverageSebastien Barre2002-01-201-0/+12
|
* Increase Coverage.Sebastien Barre2002-01-201-0/+37
|
* More tests + coverageSebastien Barre2002-01-201-1/+7
|
* Add documentation, comments. Move some 'Complex' sub-tests into 2 new ↵Sebastien Barre2002-01-201-12/+18
| | | | 'Wrapping' and 'Testing' tests.
* ENH: Increase test + coverageSebastien Barre2002-01-191-0/+56