diff options
author | Brad King <brad.king@kitware.com> | 2012-03-09 21:47:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-03-12 13:33:21 (GMT) |
commit | 55b2aa884cdb3df9a32152ee1df60e708d2c5ec9 (patch) | |
tree | 554b0b84015293df70ab77720ec3adf033c2e9ec /Tests/CMakeLists.txt | |
parent | eb33000d75e0e41a2412db9a75597dbee6bfdad6 (diff) | |
download | CMake-55b2aa884cdb3df9a32152ee1df60e708d2c5ec9.zip CMake-55b2aa884cdb3df9a32152ee1df60e708d2c5ec9.tar.gz CMake-55b2aa884cdb3df9a32152ee1df60e708d2c5ec9.tar.bz2 |
Use generalized RunCMake test infrastrucure for build_command test
The CMakeCommands.build_command test performs output/error checking
so move it over to RunCMake to re-use the generalized infrastrucure.
This is the only test left using Tests/CMakeCommands/CMakeLists.txt
so remove it.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 0eb4859..cf4dc44 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -53,7 +53,6 @@ IF(BUILD_TESTING) ADD_SUBDIRECTORY(CMakeLib) ADD_SUBDIRECTORY(CMakeOnly) - ADD_SUBDIRECTORY(CMakeCommands) ADD_SUBDIRECTORY(RunCMake) ADD_SUBDIRECTORY(FindPackageModeMakefileTest) |