aboutsummaryrefslogtreecommitdiff
path: root/scripts/test_ports
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test_ports')
-rw-r--r--scripts/test_ports/vcpkg-acquire-msys-test/CONTROL4
-rw-r--r--scripts/test_ports/vcpkg-acquire-msys-test/portfile.cmake3
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/test_ports/vcpkg-acquire-msys-test/CONTROL b/scripts/test_ports/vcpkg-acquire-msys-test/CONTROL
new file mode 100644
index 000000000..47859b076
--- /dev/null
+++ b/scripts/test_ports/vcpkg-acquire-msys-test/CONTROL
@@ -0,0 +1,4 @@
+Source: vcpkg-acquire-msys-test
+Version: 0
+Description: Test port to exercise vcpkg_acquire_msys
+Supports: x86 & windows
diff --git a/scripts/test_ports/vcpkg-acquire-msys-test/portfile.cmake b/scripts/test_ports/vcpkg-acquire-msys-test/portfile.cmake
new file mode 100644
index 000000000..7095dc682
--- /dev/null
+++ b/scripts/test_ports/vcpkg-acquire-msys-test/portfile.cmake
@@ -0,0 +1,3 @@
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
+
+vcpkg_acquire_msys(MSYS_ROOT Z_ALL_PACKAGES)