diff options
author | Benjamin Barenblat <bbaren@google.com> | 2022-02-04 13:10:56 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2022-02-04 13:10:56 -0500 |
commit | 4528db7949c7992f4c35c6728b53da7799e5b8b3 (patch) | |
tree | 6416fe53e9db7871d7b90fd35c8f92099ae709ca /debian/control | |
parent | 6cf15f81f3f23bf47e83fa38180c92dc5afd27f1 (diff) |
Reenable unit tests on most architectures
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4acf655a..4fb9a17c 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Maintainer: Benjamin Barenblat <bbaren@debian.org> Build-Depends: cmake (>= 3.5), debhelper-compat (= 12), - googletest (>= 1.10.0.20200926) [amd64 arm64 mips64el ppc64el s390x], + googletest (>= 1.10.0.20200926) [!hppa !mipsel !ppc64] Rules-Requires-Root: no Standards-Version: 4.5.1 Section: libs |