From 4e5ebe7491b7201c5f081f37c55fbf6a75e899a9 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Tue, 26 Nov 2019 17:41:38 -0500 Subject: [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. --- ports/google-cloud-cpp-common/CONTROL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ports/google-cloud-cpp-common/CONTROL') 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 -- cgit v1.2.3