diff options
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 58feefd..9657ada 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1013,7 +1013,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release set(DEB_CONFIGURATIONS_TO_TEST "components-lintian-dpkgdeb-checks" "components-description1" "components-description2" - "components-shlibdeps1") + "components-shlibdeps1" + "components-depend1" + "components-depend2") set(CPackGen "DEB") set(CPackRun_CPackGen "-DCPackGen=${CPackGen}") |