diff options
| author | Nicole Mazzuca <t-nimaz@microsoft.com> | 2019-07-19 12:56:24 -0700 |
|---|---|---|
| committer | Nicole Mazzuca <t-nimaz@microsoft.com> | 2019-07-19 12:56:24 -0700 |
| commit | c55ea0a0d5229b9dd79aa8ea888f6c0408f9e5dd (patch) | |
| tree | 7b68d22558993584cab96d4f162aca454130fc74 /toolsrc/include | |
| parent | b3caf67749f21952e0157ba77ece755aa01b254a (diff) | |
| download | vcpkg-c55ea0a0d5229b9dd79aa8ea888f6c0408f9e5dd.tar.gz vcpkg-c55ea0a0d5229b9dd79aa8ea888f6c0408f9e5dd.zip | |
switch to new test framework
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg-tests/util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg-tests/util.h b/toolsrc/include/vcpkg-tests/util.h index fe4ee0eec..8a0486285 100644 --- a/toolsrc/include/vcpkg-tests/util.h +++ b/toolsrc/include/vcpkg-tests/util.h @@ -1,3 +1,4 @@ +#include <vcpkg/base/files.h> #include <vcpkg/statusparagraph.h> #include <memory> @@ -30,4 +31,8 @@ T&& unwrap(vcpkg::Optional<T>&& opt) return std::move(*opt.get()); } +extern const bool SYMLINKS_ALLOWED; + +extern const fs::path TEMPORARY_DIRECTORY; + } |
