diff options
author | Brad King <brad.king@kitware.com> | 2013-03-12 22:07:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-03-12 22:09:22 (GMT) |
commit | 4e5cb375901293e8fedb5d8e44d1481e3f6799d6 (patch) | |
tree | ca3ce460d02cb27aec0334dfbb7bbc4702e6865e /Tests/RunCMake/build_command/ErrorsON.cmake | |
parent | 153242601e22d6f06e1f14dc55d70c2a42b2ec5f (diff) | |
download | CMake-4e5cb375901293e8fedb5d8e44d1481e3f6799d6.zip CMake-4e5cb375901293e8fedb5d8e44d1481e3f6799d6.tar.gz CMake-4e5cb375901293e8fedb5d8e44d1481e3f6799d6.tar.bz2 |
Refactor RunCMake.build_command test to allow more cases
Move the ErrorsOFF/ON common logic from CMakeLists.txt into an
ErrorsCommon file to allow other test cases to be added that do not use
the Errors test logic.
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 index 27814bf..d7b709b 100644 --- a/Tests/RunCMake/build_command/ErrorsON.cmake +++ b/Tests/RunCMake/build_command/ErrorsON.cmake @@ -1 +1,2 @@ set(TEST_ERROR_CONDITIONS ON) +include(ErrorsCommon.cmake) |