diff options
author | Domen Vrankar <domen.vrankar@gmail.com> | 2015-06-05 19:12:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-15 19:09:07 (GMT) |
commit | 5f61ed991b3b6b9f61edc97a10b257d3343c7302 (patch) | |
tree | 42a19c465b529b7ba6b37d3940704fa4f6f84eea /Tests/RunCMake/CMakeLists.txt | |
parent | e726fc025a3543c0be8a4eb217b0a80f9c16051c (diff) | |
download | CMake-5f61ed991b3b6b9f61edc97a10b257d3343c7302.zip CMake-5f61ed991b3b6b9f61edc97a10b257d3343c7302.tar.gz CMake-5f61ed991b3b6b9f61edc97a10b257d3343c7302.tar.bz2 |
Tests: Move RunCMake.CPackRPM case into RunCMake.CPack_RPM test
Move PARTIALLY_RELOCATABLE_WARNING test to the new common CPack test
script structure to have all tests in one place as well as additional
benefit of having some more checks done during test execution.
Diffstat (limited to 'Tests/RunCMake/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt index f4abed2..74bbf38 100644 --- a/Tests/RunCMake/CMakeLists.txt +++ b/Tests/RunCMake/CMakeLists.txt @@ -239,10 +239,6 @@ add_RunCMake_test(IfacePaths_INCLUDE_DIRECTORIES TEST_DIR IfacePaths) set(IfacePaths_SOURCES_ARGS -DTEST_PROP=SOURCES) add_RunCMake_test(IfacePaths_SOURCES TEST_DIR IfacePaths) -if(RPMBUILD_EXECUTABLE) - add_RunCMake_test(CPackRPM) -endif() - add_RunCMake_test(COMPILE_LANGUAGE-genex) # Matlab module related tests |