]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/Makefile
Merge commit 'a015fb350abe50d250e3e7a9c3c762397326977f' from company
[gnu-emacs-elpa] / packages / company / Makefile
index 2602191aa7e4f709960fc0a49a860a9c15f45c0e..fada44430ca0c322e89974b367aeec13ba15eec5 100644 (file)
@@ -1,6 +1,4 @@
 EMACS=emacs
-CURL=curl --silent
-ERT_URL=http://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/ert.el?h=emacs-24.3
 
 .PHONY: ert test test-batch
 
@@ -22,16 +20,12 @@ 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 test/all.el \
        --eval "(let (pop-up-windows) (ert t))"
 
 test-batch:
-       ${EMACS} -Q --batch -L . -l company-tests.el \
+       ${EMACS} -Q --batch -L . -l test/all.el \
        --eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))"
 
-downloads:
-       ${EMACS} -Q --batch -l ert || \
-       ${CURL} ${ERT_URL} > ert.el
-
 compile:
        ${EMACS} -Q --batch -L . -f batch-byte-compile company.el company-*.el