diff options
author | Brad King <brad.king@kitware.com> | 2018-07-18 13:12:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-07-18 13:12:39 (GMT) |
commit | 11d71e6cd0eedae224eca52d4f8bc6cb6baf46d8 (patch) | |
tree | 3a8e36564e3166fd6136c81efdcff229ecb4f2f7 /Tests/RunCMake/install/PRE_POST_INSTALL_SCRIPT-all-check.cmake | |
parent | 0ab23b9a1ea335bdcfce33d6159cef0866bfc496 (diff) | |
parent | 31e79050b218e7380c9fb854db111742dbe09c2a (diff) | |
download | CMake-11d71e6cd0eedae224eca52d4f8bc6cb6baf46d8.zip CMake-11d71e6cd0eedae224eca52d4f8bc6cb6baf46d8.tar.gz CMake-11d71e6cd0eedae224eca52d4f8bc6cb6baf46d8.tar.bz2 |
Merge topic 'remove-simpleinstall'
31e79050b2 Tests: Remove the SimpleInstall test
36ef57a939 Tests: Add test for cmake --build . --target package
11ca374b28 Tests: Add test for install(SCRIPT ... COMPONENT)
2201fb6f43 Tests: Add test for InstallRequiredSystemLibraries
5a7a006fdd Tests: Add test for $<0:...> in ExportImport
69ca768e78 Tests: Add test for install(TARGETS) RPATH functionality
25c3fb6c35 Tests: Add test for install(FILES) with PERMISSIONS
b5df4faa20 Tests: Add test for installing parts of targets in different directories
...
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2209
Diffstat (limited to 'Tests/RunCMake/install/PRE_POST_INSTALL_SCRIPT-all-check.cmake')
-rw-r--r-- | Tests/RunCMake/install/PRE_POST_INSTALL_SCRIPT-all-check.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/install/PRE_POST_INSTALL_SCRIPT-all-check.cmake b/Tests/RunCMake/install/PRE_POST_INSTALL_SCRIPT-all-check.cmake new file mode 100644 index 0000000..16ff1e1 --- /dev/null +++ b/Tests/RunCMake/install/PRE_POST_INSTALL_SCRIPT-all-check.cmake @@ -0,0 +1 @@ +check_installed([[^bin;bin/myexe(\.exe)?;postinstall;preinstall]]) |