Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Use the right path to CPack value for running CPack tests | David Cole | 2012-11-29 | 1 | -6/+2 |
| | | | | | | | | | These tests were not running properly on Visual Studio or Xcode dashboards before this commit because of the "Debug" or "Release" sub-directory. The scripts already have CMAKE_CPACK_COMMAND since the correct CMake executable is used to run the scripts, so just use that, rather than passing down an incorrect path to the CPack executable. | ||||
* | Fix failing test. Forgot to double quote last arg to STRING. | David Cole | 2009-10-20 | 1 | -3/+3 |
| | |||||
* | Add test of all available CPack generators. Add this test with the goal of ↵ | David Cole | 2009-10-20 | 2 | -0/+60 |
increasing coverage of the cpack source code, even/especially when the underlying packager tool is not installed. The test does not fail if there is a cpack problem with a certain generator. I expect some generators will fail on every machine running a CMake dashboard. |