aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg-test/catch.h (renamed from toolsrc/include/vcpkg-tests/catch.h)0
-rw-r--r--toolsrc/include/vcpkg-test/util.h (renamed from toolsrc/include/vcpkg-tests/util.h)4
2 files changed, 4 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg-tests/catch.h b/toolsrc/include/vcpkg-test/catch.h
index 303f664ff..303f664ff 100644
--- a/toolsrc/include/vcpkg-tests/catch.h
+++ b/toolsrc/include/vcpkg-test/catch.h
diff --git a/toolsrc/include/vcpkg-tests/util.h b/toolsrc/include/vcpkg-test/util.h
index 8a0486285..fa650abc8 100644
--- a/toolsrc/include/vcpkg-tests/util.h
+++ b/toolsrc/include/vcpkg-test/util.h
@@ -35,4 +35,8 @@ extern const bool SYMLINKS_ALLOWED;
extern const fs::path TEMPORARY_DIRECTORY;
+void create_symlink(const fs::path& file, const fs::path& target, std::error_code& ec);
+
+void create_directory_symlink(const fs::path& file, const fs::path& target, std::error_code& ec);
+
}