summaryrefslogtreecommitdiff
path: root/debian/tests/control
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2020-05-19 11:55:11 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2020-05-19 11:55:11 -0400
commitacf588f5a22eafd7d21de55b954e8641d4b06568 (patch)
treeee689a9ef34982825e511f997f7b5b9ccb3d2b08 /debian/tests/control
parentf9adb234861d1321e0b8774db9aed57ebc6161f0 (diff)
Enable CMake support
Install Abseil’s CMake support files. Some of these files are autogenerated, and the generator produces files with a googletest dependency if Abseil is built with unit tests enabled; to prevent this, turn off unit tests.
Diffstat (limited to 'debian/tests/control')
-rw-r--r--debian/tests/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
index fbbf5129..43dc87cb 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -14,3 +14,6 @@
Tests: smoke
Depends: @, g++, libgtest-dev
+
+Tests: cmake
+Depends: @, cmake (>= 3.5), g++, make