gnu: remind: Run tests.

‘No "check" target’ != ‘no tests’.

* gnu/packages/calendar.scm (remind)[arguments]: Run tests.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-06 22:23:20 +02:00
parent 0978f2faae
commit 07f0ebda1a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -240,7 +240,7 @@ (define-public remind
(base32 "0nszv62gqyclsvsygqj4b1c5h40rp66s5njgcf1h7iy9f00hr6ln"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f)) ; no "check" target
'(#:test-target "test"))
(home-page "https://dianne.skoll.ca/projects/remind/")
(synopsis "Sophisticated calendar and alarm program")
(description