[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/15: gnu: ucsim: Disable tests.
From: |
guix-commits |
Subject: |
07/15: gnu: ucsim: Disable tests. |
Date: |
Thu, 28 Sep 2023 05:46:44 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 9698a23f52a7b7ecc53b1aa4ab43ab846fc230d7
Author: Simon South <simon@simonsouth.net>
AuthorDate: Wed Sep 27 10:55:35 2023 -0400
gnu: ucsim: Disable tests.
* gnu/packages/embedded.scm (ucsim)[arguments]: Add #:tests?.
[native-inputs]: Remove sdcc unconditionally.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/embedded.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 9d07bc4a55..517e5bcbf2 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1610,15 +1610,14 @@ handling communication with eBUS devices connected to a
2-wire bus system
(add-after 'unpack 'patch-makefiles
(lambda _
(substitute* (find-files "." "(\\.mk$|\\.in$)")
- (("/bin/sh") (which "sh"))))))))
+ (("/bin/sh") (which "sh"))))))
+ ;; μCsim's regression-test suite is of little use in this context since
+ ;; it doesn't stop or return an error code when it encounters a problem.
+ #:tests? #f))
(inputs
(list ncurses))
(native-inputs
- (append (list bison flex)
- ;; Certain tests use assemblers provided by SDCC.
- (if (not (%current-target-system))
- (list sdcc)
- '())))
+ (list bison flex))
(home-page "http://mazsola.iit.uni-miskolc.hu/ucsim/")
(synopsis "Simulators for various microcontroller families")
(description "μCsim is a collection of software simulators for
- 03/15: gnu: openssl@1.1: Upgrade replacement to 1.1.1u., (continued)
- 03/15: gnu: openssl@1.1: Upgrade replacement to 1.1.1u., guix-commits, 2023/09/28
- 08/15: gnu: ucsim: Move documentation to "doc" output., guix-commits, 2023/09/28
- 02/15: gnu: openssl@1.1: Really replace with fixed version., guix-commits, 2023/09/28
- 04/15: gnu: ublock-origin: Update to 1.51.0., guix-commits, 2023/09/28
- 15/15: gnu: fulcrum: Update to 1.9.1., guix-commits, 2023/09/28
- 09/15: gnu: ucsim: Update to 0.8.0., guix-commits, 2023/09/28
- 11/15: gnu: emacs-sly: Update to 1.0.43-8.df62aba., guix-commits, 2023/09/28
- 10/15: archive: Fix ‘--version’ typo., guix-commits, 2023/09/28
- 14/15: gnu: Add simdjson 0.6., guix-commits, 2023/09/28
- 13/15: gnu: Add robin-hood-hashing., guix-commits, 2023/09/28
- 07/15: gnu: ucsim: Disable tests.,
guix-commits <=
- 01/15: gnu: guix: Update to d0438fc., guix-commits, 2023/09/28
- 12/15: gnu: sbcl-slynk: Update to 1.0.43-8-df62aba., guix-commits, 2023/09/28
- 05/15: gnu: xpra: Update to 5.0.2, guix-commits, 2023/09/28