The plugin requires some configuration to find the test executable by setting the variable advancedExecutables. It would easier if the plugin can detect the test executable without any configuration. E.g. ctest can output a list with names of them like this ctest --show-only=json-v1
The plugin requires some configuration to find the test executable by setting the variable
advancedExecutables
. It would easier if the plugin can detect the test executable without any configuration. E.g. ctest can output a list with names of them like thisctest --show-only=json-v1