cmake-tools.nvim
cmake-tools.nvim copied to clipboard
Run all tests with ctest
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
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
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
Closing for now, feel free to reopen it if you need further support.