Function: projectile--cmake-test-command
projectile--cmake-test-command is a byte-compiled function defined in
projectile.el.
Signature
(projectile--cmake-test-command)
Documentation
CMake test command.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile--cmake-test-command ()
"CMake test command."
(projectile--cmake-command :test-command))