cmake-tools.nvim icon indicating copy to clipboard operation
cmake-tools.nvim copied to clipboard

Run all tests with ctest

Open thar opened this issue 1 year ago • 2 comments

If I run CMakeRunTest it ask for a specific test to be executed.

I would like to be able to run all available tests with a command.

This can be achieved either by calling ctest without the '-R ' option or by calling it with '-R ".*"'.

thar avatar Jan 31 '24 13:01 thar

would be cool if we just got opt in cmake.run_test(opt) to be able to overwrite some stuff and that would let us just set "*" on filename to run all tests

khris190 avatar Apr 23 '24 19:04 khris190

option to run all was just merged, i'll try to update it for switch in lua if i find a good way of cleanly merging it with user_command arguments 2024-04-24_18-15

khris190 avatar Apr 25 '24 06:04 khris190

Closing for now, feel free to reopen it if you need further support.

Civitasv avatar May 03 '24 14:05 Civitasv