diff options
author | Brian Leung <leungbk@mailfence.com> | 2019-09-20 17:47:04 +0200 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2019-09-20 18:06:26 +0200 |
commit | ab74b365ee19c035816ff77f515ac2c7cc31317b (patch) | |
tree | 4600ce37f1bc6ccaadf6c063d99da04540c2a4ff /gnu/packages | |
parent | 90fc79d8bf86ab6f49cb0cc01b74b6d0ea908874 (diff) | |
download | patches-ab74b365ee19c035816ff77f515ac2c7cc31317b.tar patches-ab74b365ee19c035816ff77f515ac2c7cc31317b.tar.gz |
gnu: emacs-js2-mode: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Enable tests.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d006a45e01..7f0adaedc3 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 |