From ab54bfa0cc98b96a6cffe75e4045ccbd366dbe46 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Fri, 31 Aug 2018 09:07:14 +0900 Subject: [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 --- ports/bzip2/portfile.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ports/bzip2') diff --git a/ports/bzip2/portfile.cmake b/ports/bzip2/portfile.cmake index ef90e8d98..00d92c90a 100644 --- a/ports/bzip2/portfile.cmake +++ b/ports/bzip2/portfile.cmake @@ -38,3 +38,5 @@ file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/bzip2 file(RENAME ${CURRENT_PACKAGES_DIR}/share/bzip2/LICENSE ${CURRENT_PACKAGES_DIR}/share/bzip2/copyright) file(COPY ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) + +vcpkg_test_cmake(PACKAGE_NAME BZip2 MODULE) -- cgit v1.2.3