Option to pass extra arguments to ctest#315
Option to pass extra arguments to ctest#315kalebealvs wants to merge 3 commits intoCivitasv:masterfrom
Conversation
| require("cmake-tools").setup { | ||
| cmake_command = "cmake", -- this is used to specify cmake command path | ||
| ctest_command = "ctest", -- this is used to specify ctest command path | ||
| ctest_extra_args = {}, -- this is used to specify extra args for ctest |
There was a problem hiding this comment.
Maybe we can put this variable into Config.base_settings? So we can edit it easily.
|
Sorry for my late. It's a great option, I personally think putting it into |
I'm so sorry. I completely forgot about this since I was using my fork and didn't pay much attention to the notifications. |
This patch enables the plugin to pass extra args to ctest when running tests.
Resolves: #296