]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/Makefile
Merge commit 'eb0d8d9e687e1364098f9abc6f9281fcbc0d3abd' from company
[gnu-emacs-elpa] / packages / company / Makefile
index c52be4be3873cffc3d0bd7d024d3cd3bb8d84baf..fada44430ca0c322e89974b367aeec13ba15eec5 100644 (file)
@@ -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: