X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/0a0e8c6fec890b2ce9823da234f7668e55162987..2e9af64d0fb19dda43da7ed90df825f3b231d6d4:/Makefile diff --git a/Makefile b/Makefile index 6da51171a..ff1dc3e6f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,8 @@ clean: @rm -rf company-*/ company-*.tar company-*.tar.bz2 test: - ${EMACS} -Q -nw -L . -l company-tests.el --eval "(ert t)" + ${EMACS} -Q -nw -L . -l company-tests.el \ + --eval "(let (pop-up-windows) (ert t))" test-batch: ${EMACS} -Q --batch -L . -l company-tests.el \