emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26342: closed ([PATCH] gnu: emacs-elfeed: Enable t


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26342: closed ([PATCH] gnu: emacs-elfeed: Enable tests.)
Date: Mon, 03 Apr 2017 03:13:02 +0000

Your message dated Sun, 02 Apr 2017 23:12:22 -0400
with message-id <address@hidden>
and subject line Re: bug#26342: [PATCH] gnu: emacs-elfeed: Enable tests.
has caused the debbugs.gnu.org bug report #26342,
regarding [PATCH] gnu: emacs-elfeed: Enable tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26342: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26342
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-elfeed: Enable tests. Date: Sun, 2 Apr 2017 20:42:35 +0530
* gnu/packages/emacs.scm (emacs-elfeed)[arguments]: Add a 'check' phase.
---
 gnu/packages/emacs.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cb2792f63..1091e562a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3100,6 +3100,15 @@ If you want to mark a folder manually as a project just 
create an empty
                (base32
                 "145glas04zd0s2rmnif46vhyijs4z03v871gfp1dcrwxvvvns8ap"))))
     (build-system emacs-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'check
+           (lambda _
+             (zero? (system* "emacs" "--batch" "--eval" "(add-to-list 
'load-path \".\")"
+                             "--eval" "(add-to-list 'load-path \"./tests\")"
+                             "-l" "tests/elfeed-tests.el"
+                             "-f" "ert-run-tests-batch-and-exit")))))))
     (home-page "https://github.com/skeeto/elfeed";)
     (synopsis "Atom/RSS feed reader for Emacs")
     (description
-- 
2.11.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#26342: [PATCH] gnu: emacs-elfeed: Enable tests. Date: Sun, 02 Apr 2017 23:12:22 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
The patch was applied to the master branch.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]