summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTest
Commit message (Collapse)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-162-5/+4
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Tests: Add generator platform supportBrad King2014-09-101-0/+1
| | | | | Propagate CMAKE_GENERATOR_PLATFORM through the test hierarchy so that all tests can build with the selected generator platform, if any.
* Fix wording of "the the" typos throughout textRuslan Baratov2014-01-031-1/+1
|
* Tests: Add generator toolset supportBrad King2013-02-071-0/+1
| | | | | Propagate CMAKE_GENERATOR_TOOLSET through the test hierarchy so that all tests can build with the selected generator toolset, if any.
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-14/+14
| | | | | | | | | | | | | | | | | 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
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* Remove unused code from CTest test suiteBrad King2009-12-021-12/+0
| | | | | We remove from Tests/CTestTest*/CMakeLists.txt some historical cruft that is no longer used by the test suite.
* Increase ctest coverage. Introduce optionally on intentional compile errors ↵David Cole2009-10-153-0/+20
| | | | and warnings to the SmallAndFast project. Turn them on for the FailedSubmit tests to cover analyzing LABELS-related errors and warnings.
* Add LABELS to the SmallAndFast test project to increase coverage of ctest ↵David Cole2009-10-151-0/+7
| | | | code that is only invoked when labels are present.
* Reduce duration of ctest_sleep arguments. Add SmallAndFast project. Replace ↵David Cole2009-10-083-10/+28
| | | | kwsys with SmallAndFast to make CTestTest faster. (I will keep an eye on coverage results after this commit and make sure we still have equivalent ctest coverage.)
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
|
* ENH: more coverageKen Martin2006-07-241-0/+1
|
* ENH: increase coverage in a couple placesKen Martin2006-07-211-0/+1
|
* COMP: Try to fix test by taking arg1 into acountAndy Cedilnik2005-08-021-0/+2
|
* ENH: CleanupAndy Cedilnik2005-06-081-1/+0
|
* ENH: Add capability to include files to DartTestfile.txt and add example of thatAndy Cedilnik2005-06-071-0/+3
|
* ENH: Display version of ctest firstAndy Cedilnik2004-10-191-0/+1
|
* ERR: Fix problems on windowsAndy Cedilnik2004-10-191-1/+0
|
* ENH: Propagate more thingsAndy Cedilnik2004-10-171-0/+4
|
* ENH: Propagate MEMORYCHECK_COMMAND and COVERAGE_COMMAND to the CTest testAndy Cedilnik2004-10-171-1/+2
|
* BUG: Use kwsys from the source treeAndy Cedilnik2004-10-041-1/+1
|
* ENH: Better sorting of resultsAndy Cedilnik2004-10-041-1/+1
|
* BUG: Fix problem with spaces in the pathAndy Cedilnik2004-10-031-1/+1
|
* ENH: Use existing CTest and cmakeAndy Cedilnik2004-10-011-4/+6
|
* ENH: Let us recognize it on the dashboardAndy Cedilnik2004-10-011-1/+1
|
* ENH: Do kwsys instead of CMakeAndy Cedilnik2004-09-301-13/+9
|
* ENH: Handle spaces in the pathAndy Cedilnik2004-06-141-2/+2
|
* ENH: Add some ctest coverageAndy Cedilnik2004-05-102-0/+73