guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.
commit e189436a265a8cd108179b0c89624b6b2dba1477
Author: Ahmad Jarara <[email protected]>
AuthorDate: Wed May 20 19:58:20 2026 -0400
gnu: libfido2: Enable tests.
* gnu/packages/security-token.scm (libfido2): Enable tests.
[arguments]<#:tests?>: Unset #f.
<#:configure-flags>: Add "-DBUILD_TESTS=ON".
Merges guix/guix!8743
Change-Id: Id262d0577653408b3827b6ab6ccecb689dabb306
Signed-off-by: Cayetano Santos <[email protected]>
Modified-by: Cayetano Santos <[email protected]>
---
gnu/packages/security-token.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 6f604c4acd..32edafb318 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2021 Brice Waegeneire <[email protected]>
;;; Copyright © 2021 Sergey Trofimov <[email protected]>
;;; Copyright © 2021 Dhruvin Gandhi <[email protected]>
-;;; Copyright © 2021 Ahmad Jarara <[email protected]>
+;;; Copyright © 2021, 2026 Ahmad Jarara <[email protected]>
;;; Copyright © 2022, 2023 John Kehayias <[email protected]>
;;; Copyright © 2022 Petr Hodina <[email protected]>
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <[email protected]>
@@ -1163,9 +1163,8 @@ phone and a running pcscd service are required.")
(arguments
(list
#:configure-flags
- #~(list (string-append "-DUDEV_RULES_DIR=" #$output "/lib/udev/rules.d"))
- ;; regress tests enabled only for debug builds
- #:tests? #f))
+ #~(list
+ (string-append "-DUDEV_RULES_DIR=" #$output "/lib/udev/rules.d"))))
(synopsis "Library functionality and command-line tools for FIDO devices")
(description "libfido2 provides library functionality and command-line
tools to communicate with a FIDO device over USB, and to verify attestation