-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d Document how to use Approval Tests with vcpkg (#187)
Co-Authored-By: Llewellyn Falco <[email protected]>
- Loading branch information
1 parent
9fe8042
commit 990ff33
Showing
5 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<a id="top"></a> | ||
|
||
# Vcpkg Integration | ||
|
||
<!-- toc --> | ||
## Contents | ||
|
||
* [Using vcpkg to obtain ApprovalTests.cpp](#using-vcpkg-to-obtain-approvaltestscpp) | ||
* [Links](#links)<!-- endToc --> | ||
|
||
## Using vcpkg to obtain ApprovalTests.cpp | ||
|
||
Approval Tests is available via vcpkg, since v.10.9.1 | ||
|
||
Windows: | ||
|
||
```bash | ||
.\vcpkg install approval-tests-cpp | ||
``` | ||
|
||
Linux/Mac: | ||
|
||
```bash | ||
vcpkg install approval-tests-cpp | ||
``` | ||
|
||
## Links | ||
|
||
* For users: [approval-tests-cpp in vcpkg.io](https://vcpkg.io/en/packages.html?query=approval-tests-cpp) | ||
* For maintainers: [the vcpkg port: approval-tests-cpp](https://github.com/microsoft/vcpkg/tree/master/ports/approval-tests-cpp) | ||
|
||
--- | ||
|
||
[Back to User Guide](/doc/README.md#top) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters