From 07f0ebda1a93a762fa483b1e5476c597de82fe5a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 6 May 2021 22:23:20 +0200 Subject: gnu: remind: Run tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘No "check" target’ != ‘no tests’. * gnu/packages/calendar.scm (remind)[arguments]: Run tests. --- gnu/packages/calendar.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/calendar.scm') diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index 2cc78aee3f..d74c8ac9e4 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -240,7 +240,7 @@ able to synchronize with CalDAV servers through vdirsyncer.") (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 -- cgit v1.2.3