guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-rjsx-mode: Enable tests.


From: guix-commits
Subject: 01/02: gnu: emacs-rjsx-mode: Enable tests.
Date: Sat, 21 Sep 2019 02:58:03 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 44799c9f11ca3a5f99181e04f9e9017116e8a9fe
Author: Brian Leung <address@hidden>
Date:   Sat Sep 21 08:53:43 2019 +0200

    gnu: emacs-rjsx-mode: Enable tests.
    
    * gnu/packages/emacs-xyz.scm (emacs-rjsx-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 98b5347..47119e1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17239,6 +17239,9 @@ definition-jumping and type-checking on demand.")
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-js2-mode" ,emacs-js2-mode)))
+      (arguments
+       `(#:tests? #t
+         #:test-command '("make" "test")))
       (home-page "https://github.com/felipeochoa/rjsx-mode";)
       (synopsis "Major mode for JSX files")
       (description "This package extends the parser of @code{js2-mode} to



reply via email to

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