aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2019-08-02 09:52:39 -0700
committerGitHub <noreply@github.com>2019-08-02 09:52:39 -0700
commit165907550c8f6ce7506beef591f55cd3f8458d78 (patch)
treea400e42fdb0391544aa8a829d54678c6e5690638 /docs/index.md
parentbacbcf3527390ae7d20cd9660d82a180f2c8e065 (diff)
downloadvcpkg-165907550c8f6ce7506beef591f55cd3f8458d78.tar.gz
vcpkg-165907550c8f6ce7506beef591f55cd3f8458d78.zip
Update tests, and add documentation! (#7506)
This PR does the following: * fix tests -- now, they're always built in the CMake scripts, and they work on VS2015 *add a new flag, BUILD_TESTING, which allows one to turn off testing builds * Add documentation for running tests
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index 5d83b5804..b2f0a53b2 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -21,6 +21,11 @@ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This too
- [Portfile functions](maintainers/portfile-functions.md)
- [Maintainer Guidelines](maintainers/maintainer-guide.md)
+### Tool Maintainer Help
+
+- [Testing](tool-maintainers/testing.md)
+- [Maintainer Guidelines](maintainers/maintainer-guide.md)
+
### Specifications
- [Export](specifications/export-command.md)