]> code.delx.au - gnu-emacs-elpa/commitdiff
emacs -l doesn't handle wilcards
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 7 Mar 2013 02:22:39 +0000 (06:22 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 7 Mar 2013 02:22:39 +0000 (06:22 +0400)
Makefile

index 6d05248df0c9d233efdc83b17d7d4bb2e088e0df..36f2cb91247584cd31c936538571b2c8796ca9a0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,5 @@ js2-imenu-extras.elc: js2-mode.elc
        emacs $(BATCHFLAGS) -l ./js2-mode.elc -f batch-byte-compile $*.el
 
 test:
-       emacs $(BATCHFLAGS) -l js2-mode.el -l tests/*.el -f ert-run-tests-batch
+       emacs $(BATCHFLAGS) -l js2-mode.el -l tests/parser.el\
+         -l tests/indent.el -f ert-run-tests-batch