gnu: perl-test-mockobject: Run tests.

* gnu/packages/perl-check.scm (perl-test-mockobject)[arguments]: Re-enable tests.
[native-inputs]: Add perl-cgi.
master
Tobias Geerinckx-Rice 2019-03-15 11:53:58 +01:00
parent cb5c64c6f5
commit 5c360e48db
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@
#:use-module (guix licenses)
#:use-module (gnu packages)
#:use-module (gnu packages valgrind)
#:use-module (gnu packages web)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system perl)
@ -745,14 +746,14 @@ you @code{unmock()} the subroutine.")
(base32 "06250ayzzd90vbvkpxwr9d3nlbbngl1b9nk2qk0ma4aibn6ha5j5"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)
`(("perl-cgi" ,perl-cgi)
("perl-test-exception" ,perl-test-exception)
("perl-test-warn" ,perl-test-warn)))
(propagated-inputs
`(("perl-test-exception" ,perl-test-exception)
("perl-test-warn" ,perl-test-warn)
("perl-universal-can" ,perl-universal-can)
("perl-universal-isa" ,perl-universal-isa)))
(arguments `(#:tests? #f)) ;TODO: tests require perl-cgi
(home-page "https://metacpan.org/release/Test-MockObject")
(synopsis "Emulate troublesome interfaces in Perl")
(description "Test::MockObject allows you to create objects that conform