aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl-windows
diff options
context:
space:
mode:
authorHiroshi Miura <miurahr@linux.com>2018-08-31 09:07:14 +0900
committerRobert Schumacher <roschuma@microsoft.com>2018-08-30 17:07:14 -0700
commitab54bfa0cc98b96a6cffe75e4045ccbd366dbe46 (patch)
treea25b3f8c74c876cea9d101eaa65bc256d8057514 /ports/openssl-windows
parentcf1df56e0df7b5a97c30b6a75f910c20d0fb3692 (diff)
downloadvcpkg-ab54bfa0cc98b96a6cffe75e4045ccbd366dbe46.tar.gz
vcpkg-ab54bfa0cc98b96a6cffe75e4045ccbd366dbe46.zip
[vcpkg] post-build cmake test (#3431)
* [vcpkg] post-build cmake test - test for applications with cmake build system - Add a test feature to vcpkg core, make progress for #72 - Tests for zlib, bzip2, libiconv and openssl for example - Test for curl will be failed, because of a bug #3053 It can detect a this type of problems * [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test. * [bzip2] Fix casing of cmake module name
Diffstat (limited to 'ports/openssl-windows')
-rw-r--r--ports/openssl-windows/portfile.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/openssl-windows/portfile.cmake b/ports/openssl-windows/portfile.cmake
index 22a6a2a28..7c93a5bce 100644
--- a/ports/openssl-windows/portfile.cmake
+++ b/ports/openssl-windows/portfile.cmake
@@ -155,3 +155,5 @@ vcpkg_copy_pdbs()
file(COPY ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(INSTALL ${MASTER_COPY_SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
+
+vcpkg_test_cmake(PACKAGE_NAME OpenSSL MODULE)