diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-01 22:47:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-02 16:35:59 +0300 |
commit | 19bfa091d6132431713ab937332b153b31fd3759 (patch) | |
tree | f957871411d320148167309fdc38b883a57126a8 /tests | |
parent | 03afe0175b10526de1cec862191aca78dc75bc56 (diff) |
Match dash-separated components (build configuration names, etc.) as directories
Diffstat (limited to 'tests')
-rw-r--r-- | tests/load/1/math/libexp-+2-1.2+1.tar.gz | bin | 388 -> 408 bytes | |||
-rw-r--r-- | tests/load/1/math/packages.manifest | 4 | ||||
-rw-r--r-- | tests/load/driver.cxx | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/tests/load/1/math/libexp-+2-1.2+1.tar.gz b/tests/load/1/math/libexp-+2-1.2+1.tar.gz Binary files differindex c49541c..20c8434 100644 --- a/tests/load/1/math/libexp-+2-1.2+1.tar.gz +++ b/tests/load/1/math/libexp-+2-1.2+1.tar.gz diff --git a/tests/load/1/math/packages.manifest b/tests/load/1/math/packages.manifest index 31baa82..0bbf6d4 100644 --- a/tests/load/1/math/packages.manifest +++ b/tests/load/1/math/packages.manifest @@ -13,10 +13,12 @@ email: users@exp.example.com build-email: builds@exp.example.com depends: libmisc depends: libpq >= 9.0.0 +builds: default legacy build-include: windows**d/x86_64** +build-include: windows-vc_13** build-exclude: **; Only supported on Windows. location: libexp-+2-1.2+1.tar.gz -sha256sum: 6dc3ef269d7f50af2c234c51407eb5622e7395af8bf50a5f75880688c064b79b +sha256sum: 4f476dab0cd13d4c7a4676b50180e66a9a10a65f92a3d335b8227a9a8ca58e21 : name: libfoo version: +0-X.Y diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx index 04e7368..e7a7eaa 100644 --- a/tests/load/driver.cxx +++ b/tests/load/driver.cxx @@ -830,11 +830,12 @@ test_pkg_repos (const cstrings& loader_args, epv->build_constraints == build_constraints ({ build_constraint (false, "windows**d", "x86_64**", ""), + build_constraint (false, "windows-vc_13**", nullopt, ""), build_constraint (true, "**", nullopt, "Only supported on Windows.")})); assert (check_location (epv)); assert (epv->sha256sum && *epv->sha256sum == - "6dc3ef269d7f50af2c234c51407eb5622e7395af8bf50a5f75880688c064b79b"); + "4f476dab0cd13d4c7a4676b50180e66a9a10a65f92a3d335b8227a9a8ca58e21"); // Verify libpq package version. // |