diff options
| author | Martin Hořeňovský <martin.horenovsky@gmail.com> | 2020-04-30 19:14:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 10:14:45 -0700 |
| commit | 86f5397f76fa6b8141ea828640e94050b9c7b8e1 (patch) | |
| tree | edd3d8fba1e9a5e71b37707f8849d132aaec1dd2 /docs | |
| parent | b8c5ede662c774a5e2a10418933075a9f84ccd0c (diff) | |
| download | vcpkg-86f5397f76fa6b8141ea828640e94050b9c7b8e1.tar.gz vcpkg-86f5397f76fa6b8141ea828640e94050b9c7b8e1.zip | |
Fix Catch2 include path in documentation (#11007)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tool-maintainers/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tool-maintainers/testing.md b/docs/tool-maintainers/testing.md index 0284a2650..a9e866d9e 100644 --- a/docs/tool-maintainers/testing.md +++ b/docs/tool-maintainers/testing.md @@ -77,7 +77,7 @@ First, we should create a file, `example.cpp`, in `toolsrc/src/vcpkg-test`: ```cpp // vcpkg-test/example.cpp -#include <vcpkg-test/catch.h> +#include <catch2/catch.hpp> ``` This is the minimum file needed for tests; let's rebuild! |
