diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2019-11-26 17:41:38 -0500 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-11-26 14:41:38 -0800 |
| commit | 4e5ebe7491b7201c5f081f37c55fbf6a75e899a9 (patch) | |
| tree | 6c4ef03dedd6eaa26a85e0fa506af3e252f8bc10 /ports/google-cloud-cpp-common/CONTROL | |
| parent | 075dd9fbb4028fe72c47d6fd72bb9ab380a3b6b0 (diff) | |
| download | vcpkg-4e5ebe7491b7201c5f081f37c55fbf6a75e899a9.tar.gz vcpkg-4e5ebe7491b7201c5f081f37c55fbf6a75e899a9.zip | |
[google-cloud-cpp-common] Optional testing libraries (#9097)
The testing libraries in google-cloud-cpp-common are an strictly
optional feature. I expect that mostly developers of other
google-cloud-cpp-* libraries would use them, but the occasional end-user
might want them too.
Diffstat (limited to 'ports/google-cloud-cpp-common/CONTROL')
| -rw-r--r-- | ports/google-cloud-cpp-common/CONTROL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/google-cloud-cpp-common/CONTROL b/ports/google-cloud-cpp-common/CONTROL index 541fa6762..99c7d288f 100644 --- a/ports/google-cloud-cpp-common/CONTROL +++ b/ports/google-cloud-cpp-common/CONTROL @@ -1,5 +1,9 @@ Source: google-cloud-cpp-common -Version: 0.16.0 +Version: 0.16.0-1 Build-Depends: grpc, googleapis Description: Base C++ Libraries for Google Cloud Platform APIs Homepage: https://github.com/googleapis/google-cloud-cpp-common + +Feature: test +Description: Build test +Build-Depends: gtest |
