diff options
| author | Martin Hořeňovský <martin.horenovsky@gmail.com> | 2018-02-01 12:01:28 +0100 |
|---|---|---|
| committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | 2018-02-01 12:01:57 +0100 |
| commit | 0d7213c261869ebc359d315a46380b9d10768774 (patch) | |
| tree | 065b7470b8a6b2e49184d6edf8203ba5e945bc76 /ports/catch/CONTROL | |
| parent | 1d8137d51390f866dc05b9071f664ce49e65d9ca (diff) | |
| download | vcpkg-0d7213c261869ebc359d315a46380b9d10768774.tar.gz vcpkg-0d7213c261869ebc359d315a46380b9d10768774.zip | |
Make catch an alias for Catch2
Closes #2310
Diffstat (limited to 'ports/catch/CONTROL')
| -rw-r--r-- | ports/catch/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/catch/CONTROL b/ports/catch/CONTROL index 2975af555..f486f31b0 100644 --- a/ports/catch/CONTROL +++ b/ports/catch/CONTROL @@ -1,3 +1,4 @@ Source: catch -Version: 2.0.1-1 -Description: C++ Automated Test Cases in Headers +Version: alias +Build-Depends: catch2 +Description: Deprecated alias for Catch2 unit testing framework |
