]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
ERT window should occupy the whole frame
[gnu-emacs-elpa] / Makefile
index 6da51171aa35fcf034a9cd486dac8dc02c840e4b..ff1dc3e6fafe293a80ccd1079e66ff8afc6e95da 100644 (file)
--- 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 \