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/RunCMake/build_command/ErrorsON.cmake | |
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/RunCMake/build_command/ErrorsON.cmake')
-rw-r--r-- | Tests/RunCMake/build_command/ErrorsON.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/build_command/ErrorsON.cmake b/Tests/RunCMake/build_command/ErrorsON.cmake new file mode 100644 index 0000000..27814bf --- /dev/null +++ b/Tests/RunCMake/build_command/ErrorsON.cmake @@ -0,0 +1 @@ +set(TEST_ERROR_CONDITIONS ON) |