summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLists.txt
diff options
context:
space:
mode:
authorRaffi Enficiaud <raffi.enficiaud@mines-paris.org>2015-11-03 17:18:35 (GMT)
committerDomen Vrankar <domen.vrankar@gmail.com>2015-11-03 17:18:35 (GMT)
commit341cd934897b3e37319b978113a1fdf9bea21c6d (patch)
tree96cc307f9eb166f151cd2cc967ca46c64d35181a /Tests/CMakeLists.txt
parentb87bed0ff6d724a91bbe5ee97b5608eed588d1af (diff)
downloadCMake-341cd934897b3e37319b978113a1fdf9bea21c6d.zip
CMake-341cd934897b3e37319b978113a1fdf9bea21c6d.tar.gz
CMake-341cd934897b3e37319b978113a1fdf9bea21c6d.tar.bz2
CPackDeb: ctest tests for compression scheme leak
Test that changing compression of debian package content does not affect DEBIAN/ files which must be gzipped
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r--Tests/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index ae61bca..e13dc79 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1035,7 +1035,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
"components-description2"
"components-shlibdeps1"
"components-depend1"
- "components-depend2")
+ "components-depend2"
+ "compression")
set(CPackGen "DEB")
set(CPackRun_CPackGen "-DCPackGen=${CPackGen}")