diff options
author | Domen Vrankar <domen.vrankar@gmail.com> | 2016-05-10 15:40:48 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-13 10:46:05 -0400 |
commit | 7e940bf74ab3496b0d89a55cf7c48dc1b15bc8ce (patch) | |
tree | ed31100dd5f82df26f2650a53f478ad0bbd5d91e /Tests/CPackComponentsDEB/RunCPackVerifyResult-components-shlibdeps1.cmake | |
parent | 3b648894366f86c94d4567811acb9549a81660ec (diff) | |
download | cmake-7e940bf74ab3496b0d89a55cf7c48dc1b15bc8ce.tar.gz |
CPack/Deb test changes due to breaking changes
New CPack/Deb tests and changes to old tests
as package file names and inter component dependency
detection was changed.
Diffstat (limited to 'Tests/CPackComponentsDEB/RunCPackVerifyResult-components-shlibdeps1.cmake')
-rw-r--r-- | Tests/CPackComponentsDEB/RunCPackVerifyResult-components-shlibdeps1.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponentsDEB/RunCPackVerifyResult-components-shlibdeps1.cmake b/Tests/CPackComponentsDEB/RunCPackVerifyResult-components-shlibdeps1.cmake index 79d8f0de2d..fcfc7eaee3 100644 --- a/Tests/CPackComponentsDEB/RunCPackVerifyResult-components-shlibdeps1.cmake +++ b/Tests/CPackComponentsDEB/RunCPackVerifyResult-components-shlibdeps1.cmake @@ -9,7 +9,7 @@ include(${CPackComponentsDEB_SOURCE_DIR}/RunCPackVerifyResult.cmake) # requirements # debian now produces lower case names -set(expected_file_mask "${CPackComponentsDEB_BINARY_DIR}/MyLib-*.deb") +set(expected_file_mask "${CPackComponentsDEB_BINARY_DIR}/mylib-*_1.0.2-1_*.deb") set(expected_count 3) |