diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/test_ports/llfio-run-tests/CONTROL | 5 | ||||
| -rw-r--r-- | scripts/test_ports/llfio-run-tests/portfile.cmake | 1 | ||||
| -rw-r--r-- | scripts/test_ports/outcome-run-tests/CONTROL | 5 | ||||
| -rw-r--r-- | scripts/test_ports/outcome-run-tests/portfile.cmake | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/scripts/test_ports/llfio-run-tests/CONTROL b/scripts/test_ports/llfio-run-tests/CONTROL new file mode 100644 index 000000000..eeac83f91 --- /dev/null +++ b/scripts/test_ports/llfio-run-tests/CONTROL @@ -0,0 +1,5 @@ +Source: llfio-run-tests +Version: 0 +Description: Ensures that LLFIO built with vcpkg version of dependencies produces working executables. +Build-Depends: llfio[run-tests], llfio[status-code,run-tests] +Supports: x64 diff --git a/scripts/test_ports/llfio-run-tests/portfile.cmake b/scripts/test_ports/llfio-run-tests/portfile.cmake new file mode 100644 index 000000000..065116c27 --- /dev/null +++ b/scripts/test_ports/llfio-run-tests/portfile.cmake @@ -0,0 +1 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) diff --git a/scripts/test_ports/outcome-run-tests/CONTROL b/scripts/test_ports/outcome-run-tests/CONTROL new file mode 100644 index 000000000..bc289efab --- /dev/null +++ b/scripts/test_ports/outcome-run-tests/CONTROL @@ -0,0 +1,5 @@ +Source: outcome-run-tests +Version: 0 +Description: Ensures that outcome built with vcpkg version of dependencies produces working executables. +Build-Depends: outcome[run-tests] +Supports: x64 diff --git a/scripts/test_ports/outcome-run-tests/portfile.cmake b/scripts/test_ports/outcome-run-tests/portfile.cmake new file mode 100644 index 000000000..065116c27 --- /dev/null +++ b/scripts/test_ports/outcome-run-tests/portfile.cmake @@ -0,0 +1 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
