diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 22:23:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 22:23:25 +0200 |
commit | 07f0ebda1a93a762fa483b1e5476c597de82fe5a (patch) | |
tree | 03db3f54869eda9673a6011b5bbc156633bbeaf1 /gnu/packages/calendar.scm | |
parent | 0978f2faaee243438e5b271a0548116624fb2edc (diff) |
gnu: remind: Run tests.
‘No "check" target’ != ‘no tests’.
* gnu/packages/calendar.scm (remind)[arguments]: Run tests.
Diffstat (limited to 'gnu/packages/calendar.scm')
-rw-r--r-- | gnu/packages/calendar.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |