]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Accept markers in the data returned by c-a-p-f functions
[gnu-emacs-elpa] / Makefile
index c52be4be3873cffc3d0bd7d024d3cd3bb8d84baf..fada44430ca0c322e89974b367aeec13ba15eec5 100644 (file)
--- 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: