guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-js2-mode: Enable tests.


From: guix-commits
Subject: 03/03: gnu: emacs-js2-mode: Enable tests.
Date: Fri, 20 Sep 2019 12:07:11 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit ab74b365ee19c035816ff77f515ac2c7cc31317b
Author: Brian Leung <address@hidden>
Date:   Fri Sep 20 17:47:04 2019 +0200

    gnu: emacs-js2-mode: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-js2-mode): Enable tests.
---
 gnu/packages/emacs-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d006a45..7f0adae 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5655,6 +5655,9 @@ to all the other commands, too.")
        (sha256
         (base32 "0766bbr4piia9vfr4ivd2gwi8dxah654adv6h28ylz4q8xmfzm1b"))))
     (build-system emacs-build-system)
+    (arguments
+     `(#:tests? #t
+       #:test-command '("make" "test")))
     (home-page "https://github.com/mooz/js2-mode/";)
     (synopsis "Improved JavaScript editing mode for Emacs")
     (description



reply via email to

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