me
/
guix
Archived
1
0
Fork 0

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>
Simon South 2023-09-27 10:55:35 -04:00 committed by Ludovic Courtès
parent e082079cb8
commit 9698a23f52
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 6 deletions

View File

@ -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