[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: libolm: Fix (run) the tests.
From: |
guix-commits |
Subject: |
04/08: gnu: libolm: Fix (run) the tests. |
Date: |
Sun, 15 Nov 2020 22:12:40 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit b0ff82461c81560eb7e215c4a435a2dd4882e6bb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 16 04:06:37 2020 +0100
gnu: libolm: Fix (run) the tests.
* gnu/packages/crypto.scm (libolm)[arguments]: Invoke ctest from within
the right directory.
---
gnu/packages/crypto.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index c5aa1f5..aa6f80f 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1240,13 +1240,14 @@ Trusted comments are signed, thus verified, before
being displayed.")
(base32
"14b5cplcnbf2baq0lvz4f97m6swxpb13rvxdajxyw3s4mbvasia4"))
(file-name (git-file-name name version))))
+ (build-system cmake-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
- (invoke "ctest" "build/tests"))))))
- (build-system cmake-build-system)
+ (with-directory-excursion "tests"
+ (invoke "ctest" ".")))))))
(synopsis "Implementation of the olm and megolm cryptographic ratchets")
(description "The libolm library implements the Double Ratchet
cryptographic ratchet. It is written in C and C++11, and exposed as a C
- branch master updated (664821f -> 243512d), guix-commits, 2020/11/15
- 03/08: gnu: libolm: Update to 3.2.1., guix-commits, 2020/11/15
- 02/08: gnu: xterm: Update to 362., guix-commits, 2020/11/15
- 01/08: gnu: xterm: Download source over HTTPS., guix-commits, 2020/11/15
- 07/08: gnu: xen: Fix build failure., guix-commits, 2020/11/15
- 04/08: gnu: libolm: Fix (run) the tests.,
guix-commits <=
- 08/08: gnu: xen: Update to 4.14.0., guix-commits, 2020/11/15
- 05/08: gnu: acpica: Update to 20201113., guix-commits, 2020/11/15
- 06/08: gnu: scribus: Update to 1.5.6., guix-commits, 2020/11/15