]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/Makefile
Merge commit '51c140ca9ee32d27cacc7b2b07d4539bf98ae575' from company-master
[gnu-emacs-elpa] / packages / company / Makefile
index 2602191aa7e4f709960fc0a49a860a9c15f45c0e..4d7a9ad1c3cbaac6d37483a9915e0d0671c5201e 100644 (file)
@@ -22,11 +22,11 @@ clean:
        @rm -rf company-*/ company-*.tar company-*.tar.bz2 *.elc ert.el
 
 test:
-       ${EMACS} -Q -nw -L . -l company-tests.el \
+       ${EMACS} -Q -nw -L . -l company-tests.el -l company-elisp-tests.el \
        --eval "(let (pop-up-windows) (ert t))"
 
 test-batch:
-       ${EMACS} -Q --batch -L . -l company-tests.el \
+       ${EMACS} -Q --batch -L . -l company-tests.el -l company-elisp-tests.el \
        --eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))"
 
 downloads: