]> code.delx.au - gnu-emacs-elpa/commitdiff
Include tests/externs.el in the test target
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 10 May 2013 15:28:53 +0000 (19:28 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 10 May 2013 15:28:53 +0000 (19:28 +0400)
Makefile

index 36f2cb91247584cd31c936538571b2c8796ca9a0..a710a9377c68804acb16676aeb6f90d077c3cca3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,4 +21,4 @@ js2-imenu-extras.elc: js2-mode.elc
 
 test:
        emacs $(BATCHFLAGS) -l js2-mode.el -l tests/parser.el\
-         -l tests/indent.el -f ert-run-tests-batch
+         -l tests/indent.el -l tests/externs.el -f ert-run-tests-batch