Make ctest quiet by default.

This commit is contained in:
tastytea 2019-04-15 23:54:22 +02:00
parent 7207d3b5cb
commit 49cf2af594
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-04-14T23:45:28+00:00>
;; Time-stamp: <2019-04-15T21:52:45+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -246,7 +246,7 @@ With argument, do this that many times."
(projectile-switch-project-action 'neotree-projectile-action)
:config
(setq projectile-project-compilation-cmd (concat my/cmake-compile-command
" && ctest ."))
" && ctest -Q"))
(projectile-mode +1)
;; Mark variables as safe. This prevents prompts when using .dir-locals.el.
(put 'projectile-project-configure-cmd 'safe-local-variable #'stringp)
@ -368,6 +368,8 @@ With argument, do this that many times."
(cmake-ide-build-dir "build")
(cmake-ide-cmake-opts
"-DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON")
;; Mark variables as safe. This prevents prompts when using .dir-locals.el.
(put 'cmake-ide-cmake-opts 'safe-local-variable #'stringp)
:config
(cmake-ide-setup))
) ; unless slow-computer