diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-01-23 02:36:39 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-01-23 02:36:39 -0800 |
| commit | 78d3302940f6c11a220008215b6f67daa8cc8bb7 (patch) | |
| tree | a8b4201a61e7e9bf46f8a49bfe30b43d55d0c2ae /toolsrc/include/tests.utils.h | |
| parent | ff8a2d17266f1c601d04ac7b3c3e85ad674c8491 (diff) | |
| download | vcpkg-78d3302940f6c11a220008215b6f67daa8cc8bb7.tar.gz vcpkg-78d3302940f6c11a220008215b6f67daa8cc8bb7.zip | |
[vcpkg] Remove overload of StatusParagraphs::find_installed()
Diffstat (limited to 'toolsrc/include/tests.utils.h')
| -rw-r--r-- | toolsrc/include/tests.utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolsrc/include/tests.utils.h b/toolsrc/include/tests.utils.h index 0c0add7ab..b23abe4eb 100644 --- a/toolsrc/include/tests.utils.h +++ b/toolsrc/include/tests.utils.h @@ -6,6 +6,7 @@ #include <vcpkg/packagespec.h> #include <vcpkg/packagespecparseresult.h> #include <vcpkg/statusparagraph.h> +#include <vcpkg/triplet.h> #include <memory> @@ -38,3 +39,5 @@ T&& unwrap(vcpkg::Optional<T>&& opt) Assert::IsTrue(opt.has_value()); return std::move(*opt.get()); } + +vcpkg::PackageSpec unsafe_pspec(std::string name, vcpkg::Triplet t = vcpkg::Triplet::X86_WINDOWS); |
