[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/96: gnu: emacs-autothemer: Run tests.
From: |
guix-commits |
Subject: |
67/96: gnu: emacs-autothemer: Run tests. |
Date: |
Wed, 19 Apr 2023 21:41:14 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 3c0a466170174054c0969d105ac6472a99e72e11
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 18 14:55:33 2023 +0200
gnu: emacs-autothemer: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-autothemer)[arguments]: Run tests.
---
gnu/packages/emacs-xyz.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f1a2881845..b13b14b91c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3760,6 +3760,12 @@ or XEmacs.")
(base32
"13lj0igrsdycsr8ldv2hilj2x79c888g4lx2ixqn7w29lw6cb44g"))))
(build-system emacs-build-system)
+ (arguments
+ (list
+ #:tests? #true
+ #:test-command #~(list "emacs" "-Q" "--batch"
+ "-l" "tests/autothemer-tests.el"
+ "-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs
(list emacs-dash))
(home-page "https://github.com/sebastiansturm/autothemer")
- 58/96: gnu: r-with-tests: Update to 4.2.3., (continued)
- 58/96: gnu: r-with-tests: Update to 4.2.3., guix-commits, 2023/04/19
- 60/96: gnu: Add texlive-relsize., guix-commits, 2023/04/19
- 65/96: gnu: Add texlive-totpages., guix-commits, 2023/04/19
- 66/96: gnu: emacs-autothemer: Update to 0.2.17., guix-commits, 2023/04/19
- 75/96: gnu: kwin: Update skipped test list., guix-commits, 2023/04/19
- 78/96: gnu: r-rhdf5: Update to 2.42.1., guix-commits, 2023/04/19
- 84/96: gnu: r-dmrseq: Update to 1.18.1., guix-commits, 2023/04/19
- 89/96: tests: guix-system: Drop the i686-linux desktop image test., guix-commits, 2023/04/19
- 95/96: gnu: borgmatic: Update to 1.7.12., guix-commits, 2023/04/19
- 59/96: gnu: Add texlive-ncctools., guix-commits, 2023/04/19
- 67/96: gnu: emacs-autothemer: Run tests.,
guix-commits <=
- 74/96: gnu: kwin: Rewrite skipped tests to be more readable., guix-commits, 2023/04/19
- 76/96: gnu: repo2docker: Add missing inputs., guix-commits, 2023/04/19
- 83/96: gnu: r-beachmat: Update to 2.14.2., guix-commits, 2023/04/19
- 85/96: tests: Re-add debug output to a package tests., guix-commits, 2023/04/19
- 86/96: tests: Fix texlive->guix-package test., guix-commits, 2023/04/19
- 88/96: gnu: samba: Update to 4.18.1 [security fixes]., guix-commits, 2023/04/19
- 91/96: gnu: ultrastar-deluxe: Build with ffmpeg-5., guix-commits, 2023/04/19
- 77/96: gnu: openmw-scenegraph: Fix build., guix-commits, 2023/04/19
- 68/96: gnu: emacs-cape: Update to 0.15., guix-commits, 2023/04/19
- 73/96: gnu: emacs-osm: Do not mix home-page and origin., guix-commits, 2023/04/19