diff options
author | Benjamin Barenblat <bbaren@google.com> | 2020-12-01 12:38:00 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2020-12-01 12:38:00 -0500 |
commit | 9b6a5ce8ea7098c497076ccbfd64fa4299351f28 (patch) | |
tree | 3c62b87ab8b273bc570f8384adfcefc1425ff851 /debian/control | |
parent | a920f20a23e0441cd121aca0ce8bbdfae7025810 (diff) | |
download | abseil-9b6a5ce8ea7098c497076ccbfd64fa4299351f28.tar.gz abseil-9b6a5ce8ea7098c497076ccbfd64fa4299351f28.tar.bz2 abseil-9b6a5ce8ea7098c497076ccbfd64fa4299351f28.zip |
Reenable unit tests
Now that https://bugs.debian.org/970943 has been resolved and a new Git
snapshot of googletest has made it to testing, reenable Abseil unit
tests and run them as part of the build process. This does not change
the package as viewed by dependents; it only provides greater assurance
of correctness when an upload occurs. (It probably would have caught
http://bugs.debian.org/973492, for instance.)
Run the tests against the shared libraries, not the static ones, to
more accurately simulate the conditions under which dependents are
likely to use Abseil.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b490ddce..2bf190c5 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Maintainer: Benjamin Barenblat <bbaren@debian.org> Build-Depends: cmake (>= 3.5), debhelper-compat (= 12), + googletest (>= 1.10.0.20200926), Rules-Requires-Root: no Standards-Version: 4.5.0 Section: libs |