[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: libdeflate: Use default tests.
From: |
guix-commits |
Subject: |
branch master updated: gnu: libdeflate: Use default tests. |
Date: |
Sun, 04 Jun 2023 07:19:12 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d845178050 gnu: libdeflate: Use default tests.
d845178050 is described below
commit d84517805080ec51bab1921ac34c28adf3d88596
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 4 12:34:40 2023 +0300
gnu: libdeflate: Use default tests.
* gnu/packages/compression.scm (libdeflate)[arguments]: Adjust
configure-flags to build the test suite. Remove custom 'check phase.
---
gnu/packages/compression.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 8a8b94c07b..bedc6ecca9 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2015, 2016, 2017, 2018, 2020, 2021, 2022 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2015, 2017, 2018 Leo Famulari <leo@famulari.name>
;;; Copyright © 2015 Jeff Mickey <j@codemac.net>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2015-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -2687,12 +2687,8 @@ to their original, binary CD format.")
(build-system cmake-build-system)
(arguments
(list #:configure-flags
- #~(list "-DLIBDEFLATE_BUILD_STATIC_LIB=NO")
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda _
- (invoke "../source/scripts/run_tests.sh"))))))
+ #~(list "-DLIBDEFLATE_BUILD_STATIC_LIB=NO"
+ "-DLIBDEFLATE_BUILD_TESTS=YES")))
(inputs
(list zlib))
(home-page "https://github.com/ebiggers/libdeflate")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: libdeflate: Use default tests.,
guix-commits <=