mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-cocotb: Complete tests.
* gnu/packages/electronics.scm (python-cocotb)[arguments]: Add ’run-examples #:phase. Change-Id: I3347baa3d21e6aec80d4e72a4d67dbe003bd8c2e
This commit is contained in:
@@ -2041,7 +2041,13 @@ files as specified in IEEE 1364-2005.")
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
#~(list "-k" "not test_toplevel_library")));requires questasim simulator
|
||||
#~(list "-k" "not test_toplevel_library") ;requires questasim simulator
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'check 'run-examples
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "make" "-k" "-C" "examples")))))))
|
||||
(native-inputs
|
||||
(list iverilog
|
||||
nvc
|
||||
|
||||
Reference in New Issue
Block a user