CMake/Source/CTest
David Cole 8e9101a0cb Merge topic 'mumps_coverage'
c806b23 CDash now supports lots of files in coverage. So, show all files.
761d931 Do not try to run bullseye coverage if COVFILE env is empty.
5b69ce4 Update test data to match new coverage format.
1b418f1 Change GT.M Coverage Parser global
b0c07a1 Disable bullseye coverage for mumps coverage test.
0a169e6 Remove uncovered files from cache coverage data.
a7abf5e Add ability to specify more than one package directory or coverage directory.
220afca Use <TARGET_FILE> expression to run ctest so it works with Xcode and VS IDE.
62f6bce Use a script to run the test because WORKING_DIRECTORY is not in 2.8.2.
f5c5db0 Fix some warnings and a bug where it went past the length of a vector.
7955e99 Add support for Cache coverage.
a86cd33 Add virutal destructor to silence warning.
319eeb0 Add test for mumps coverage. Also refactor code to prepare for cache coverage.
72210c2 Fix line length.
dd07161 Fix warning about char* instead of const char*.
e6412e0 Add support to ctest for GTM mumps coverage.
2012-05-17 14:58:54 -04:00
..
cmCTestBZR.cxx CTest: Submit author email in Update.xml 2010-05-07 09:17:26 -04:00
cmCTestBZR.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestBatchTestHandler.cxx Add a ctest test to cover cmCTestBatchTestHandler. Since its behavior isn't fully defined yet, we just run it as is and don't care much about the result. 2009-10-26 09:44:08 -04:00
cmCTestBatchTestHandler.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestBuildAndTestHandler.cxx Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch. 2009-10-13 16:39:48 -04:00
cmCTestBuildAndTestHandler.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestBuildCommand.cxx Fix for issue #5041 - improve error messages that may occur during ctest_build and ctest_configure. 2009-12-29 18:03:45 -05:00
cmCTestBuildCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestBuildHandler.cxx CTest: Detect Xcode error "Command ... failed with exit code" 2012-03-09 07:59:56 -05:00
cmCTestBuildHandler.h Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts. 2009-12-04 12:09:01 -05:00
cmCTestCVS.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestCVS.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestConfigureCommand.cxx CTest: Fix crash when variables are not defined 2011-10-14 07:46:01 -04:00
cmCTestConfigureCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestConfigureHandler.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestConfigureHandler.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestCoverageCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestCoverageCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestCoverageHandler.cxx Merge topic 'mumps_coverage' 2012-05-17 14:58:54 -04:00
cmCTestCoverageHandler.h Add support for Cache coverage. 2012-05-01 17:00:43 -04:00
cmCTestEmptyBinaryDirectoryCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestEmptyBinaryDirectoryCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestGIT.cxx CTest: Do not fail with submodules and Git < 1.6.5.0 2011-03-10 13:57:30 -05:00
cmCTestGIT.h CTest: Update Git submodules with --recursive 2011-02-22 15:47:50 -05:00
cmCTestGenericHandler.cxx RunSingleCommand: Replace verbose boolean with enum 2011-07-28 10:42:03 -04:00
cmCTestGenericHandler.h RunSingleCommand: Replace verbose boolean with enum 2011-07-28 10:42:03 -04:00
cmCTestGlobalVC.cxx Submit global tree revision in Update.xml 2009-12-18 08:13:51 -05:00
cmCTestGlobalVC.h Submit global tree revision in Update.xml 2009-12-18 08:13:51 -05:00
cmCTestHG.cxx CTest: Submit author email in Update.xml 2010-05-07 09:17:26 -04:00
cmCTestHG.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestHandlerCommand.cxx Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts. 2009-12-04 12:09:01 -05:00
cmCTestHandlerCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestLaunch.cxx CTest: Teach launcher to ignore empty/no-op make commands 2011-01-10 10:17:13 -05:00
cmCTestLaunch.h Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmCTestMemCheckCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestMemCheckCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestMemCheckHandler.cxx CTest: Escape MemCheck test output for XML (#13124) 2012-04-26 15:49:29 -04:00
cmCTestMemCheckHandler.h CTest: Avoid use of old EscapeSpaces method 2010-08-18 10:14:09 -04:00
cmCTestMultiProcessHandler.cxx Use stable_sort to preserve test order (#11877) 2011-02-18 13:10:26 -05:00
cmCTestMultiProcessHandler.h Added CTest command --print-labels 2010-08-31 10:41:23 -04:00
cmCTestReadCustomFilesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestReadCustomFilesCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestRunScriptCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestRunScriptCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestRunTest.cxx CTest: Simplify environment save/restore 2012-04-24 16:56:14 -04:00
cmCTestRunTest.h Test TIMEOUT property explicitly set to zero should be honored 2011-01-03 14:41:25 -05:00
cmCTestSVN.cxx Submit Subversion directory path in Update.xml 2009-12-18 08:19:41 -05:00
cmCTestSVN.h Submit Subversion directory path in Update.xml 2009-12-18 08:19:41 -05:00
cmCTestScriptHandler.cxx CTest: Simplify environment save/restore 2012-04-24 16:56:14 -04:00
cmCTestScriptHandler.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestSleepCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestSleepCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestStartCommand.cxx Fix issue #10060 - add APPEND arg to ctest_start command. 2009-12-29 14:38:31 -05:00
cmCTestStartCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestSubmitCommand.cxx Testing for CTest checksum 2010-06-10 12:25:49 -04:00
cmCTestSubmitCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestSubmitHandler.cxx Implement ctest_upload command 2011-03-15 15:07:37 -04:00
cmCTestSubmitHandler.h Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmCTestTestCommand.cxx Add the --stop-time argument 2010-03-17 11:04:13 -04:00
cmCTestTestCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestTestHandler.cxx Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestTestHandler.h CTest: print failed tests in index order (#11746) 2011-08-03 10:48:43 -04:00
cmCTestUpdateCommand.cxx ctest_update: Support custom Git update command 2010-06-08 16:12:28 -04:00
cmCTestUpdateCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestUpdateHandler.cxx ctest_update: Report failure in Update.xml 2010-04-27 14:10:47 -04:00
cmCTestUpdateHandler.h CTest: Move initial checkout to ctest_start() 2009-11-24 08:58:59 -05:00
cmCTestUploadCommand.cxx cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES 2011-03-31 14:41:19 -04:00
cmCTestUploadCommand.h Add 'const' qualifier to some cmCommand members 2012-02-29 13:27:04 -05:00
cmCTestUploadHandler.cxx Don't tar/gz ctest_upload() files 2011-03-15 15:07:37 -04:00
cmCTestUploadHandler.h Implement ctest_upload command 2011-03-15 15:07:37 -04:00
cmCTestVC.cxx CTest git update should pass the committer as well as the author 2010-12-20 16:05:40 -05:00
cmCTestVC.h CTest git update should pass the committer as well as the author 2010-12-20 16:05:40 -05:00
cmParseCacheCoverage.cxx CDash now supports lots of files in coverage. So, show all files. 2012-05-11 15:22:25 -04:00
cmParseCacheCoverage.h Remove uncovered files from cache coverage data. 2012-05-02 17:23:01 -04:00
cmParseGTMCoverage.cxx CDash now supports lots of files in coverage. So, show all files. 2012-05-11 15:22:25 -04:00
cmParseGTMCoverage.h Add test for mumps coverage. Also refactor code to prepare for cache coverage. 2012-05-01 13:35:07 -04:00
cmParseMumpsCoverage.cxx CDash now supports lots of files in coverage. So, show all files. 2012-05-11 15:22:25 -04:00
cmParseMumpsCoverage.h Add support for Cache coverage. 2012-05-01 17:00:43 -04:00
cmParsePHPCoverage.cxx CTest: Fix memory leaks on error 2011-09-02 11:15:11 -04:00
cmParsePHPCoverage.h Add support to ctest for GTM mumps coverage. 2012-04-25 17:04:28 -04:00
cmProcess.cxx Fix for bug #10859, ctest exit exception incorrectly reported. 2010-06-22 09:55:09 -04:00
cmProcess.h Fix for bug #10859, ctest exit exception incorrectly reported. 2010-06-22 09:55:09 -04:00