guix-commits
[Top][All Lists]
Advanced

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

53/53: gnu: emacs-yaml: Run tests.


From: guix-commits
Subject: 53/53: gnu: emacs-yaml: Run tests.
Date: Mon, 1 Jan 2024 20:26:11 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f2102cb5b9239be2ed2023b908b726af542e0124
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:40:22 2024 +0100

    gnu: emacs-yaml: Run tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-yaml):
    [arguments]: Run tests.
    
    Change-Id: Ie395af0fb107313170509986e1ee2d0d996c6689
---
 gnu/packages/emacs-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f9cc2db1f1..2a24f4a106 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14990,6 +14990,13 @@ that uses the standard completion function 
completing-read.")
        (sha256
         (base32 "0qq9jr1ihk1b5wfvppyvb8c2pq2gma9wysggd22iln4nqz2mjc81"))))
     (build-system emacs-build-system)
+    (arguments
+     (list
+      #:tests? #true
+      #:test-command #~(list "emacs" "--batch" "-Q"
+                             "-l" "yaml.el"
+                             "-l" "yaml-tests.el"
+                             "-f" "ert-run-tests-batch-and-exit")))
     (home-page "https://github.com/zkry/yaml.el";)
     (synopsis "YAML parser in Elisp")
     (description



reply via email to

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