summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeInstall.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Launch CMake.Install test through 'cmake --build'Brad King2013-11-181-18/+4
| | | | | | Use "cmake --build" to drive the "install" target from the CMake build tree itself. This avoids using the heavier "ctest --build-and-test" just to run the native build tool to drive installation.
* Avoid running CMake.Install test simultaneously with other testsDavid Cole2010-12-311-0/+3
|
* Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046)Brad King2010-07-291-1/+1
| | | | | This is good practice, and is necessary to support building CMake as a subdirectory of another project.
* Test 'install' target of CMake itselfBrad King2009-12-101-0/+48
We create option CMake_TEST_INSTALL to enable a new CMake.Install test. It tests running the "make install" target to install CMake itself into a test directory. We enable the option by default for dashboard builds.