summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBrian Leung <leungbk@mailfence.com>2019-09-21 08:53:43 +0200
committerBrian Leung <leungbk@mailfence.com>2019-09-21 08:53:43 +0200
commit44799c9f11ca3a5f99181e04f9e9017116e8a9fe (patch)
treed35e73a68b60182c608929259c89eb5e2833fbcc /gnu
parent3eb4adc2c41896c202f3d9131c36160c0a1311e6 (diff)
downloadguix-patches-44799c9f11ca3a5f99181e04f9e9017116e8a9fe.tar
guix-patches-44799c9f11ca3a5f99181e04f9e9017116e8a9fe.tar.gz
gnu: emacs-rjsx-mode: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Enable tests.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 98b5347f71..47119e165f 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