X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/47a4acf4b910944bd6af2dbcdbd590b86e1ac711..948656327a987ec563c7cbf104e752c6ac4a808f:/Makefile diff --git a/Makefile b/Makefile index c52be4be3..fada44430 100644 --- a/Makefile +++ b/Makefile @@ -20,11 +20,11 @@ clean: @rm -rf company-*/ company-*.tar company-*.tar.bz2 *.elc ert.el test: - ${EMACS} -Q -nw -L . -l company-tests.el -l company-elisp-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 -l company-elisp-tests.el \ + ${EMACS} -Q --batch -L . -l test/all.el \ --eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))" compile: